Html Css Color HEX #F28083 Carissma

📋 copy color: '#F28083'

red 242 ◦ green 128 ◦ blue 131

#F28083
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #F28083

Tints of Carissma #F28083

RGB

 RED value IS 242 (94.92% from 255) = 48.3%

 GREEN value IS 128 (50.39% from 255) = 25.55%

 BLUE value IS 131 (51.56% from 255) = 26.15%

R = 48.3%
G = 25.55%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F28083 (or 0xF28083) is known color: Carissma. HEX triplet: F2, 80 and 83. RGB value is (242,128,131). Sum of RGB (Red+Green+Blue) = 242+128+131=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F28083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28083 is #0D7F7C. Grayscale: #A2A2A2. Windows color (decimal): -884605 or 8618226. OLE color: 8618226.

HSL color Cylindrical-coordinate representation of color #F28083: hue angle of 358.42º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F28083 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 128 131 -
CMYK 0 0.47 0.46 0.05
HSL 358.42º 0.81% 0.73% -
HSV(B) 358.42º 0.47% 0.95% -
XYZ 48.43 35.95 25.86 -
YUV 162.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 242 128 131 0 0.47 0.46 0.05 358.42 0.81 0.73
Hex F2 80 83 0 2F 2E 5 166 51 49
Octal 362 200 203 0 57 56 5 546 121 111
Binary 11110010 10000000 10000011 0 101111 101110 101 101100110 1010001 1001001

Color Harmonies of #F28083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28083

Black with #F28083

Text Example


Text Example

White with #F28083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28083; }

 p { color: rgb(242,128,131); }

 H1.HeaderClassName
 {
   color: #F28083;
 }
 .AnyTagClassName
 {
   color: #F28083;
 }
</style>

background-color css

<style>
 a { background-color: #F28083; }

 a { background-color: rgb(242,128,131); }

 div.DivClassName
 {
   background-color: #F28083;
 }
 .BgClassName
 {
   background-color: #F28083;
 }
</style>

border-color css

<style>
 span { border-color: #F28083; }

 span { border-color: rgb(242,128,131); }

 td.TdClassName
 {
   border-color: #F28083;
 }
 .TagClassName
 {
   border-color: #F28083;
 }
</style>