Html Css Color HEX #F28087 Carissma

📋 copy color: '#F28087'

red 242 ◦ green 128 ◦ blue 135

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

Shades of Carissma #F28087

Tints of Carissma #F28087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.73%

R = 47.92%
G = 25.35%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F28087 (or 0xF28087) is known color: Carissma. HEX triplet: F2, 80 and 87. RGB value is (242,128,135). Sum of RGB (Red+Green+Blue) = 242+128+135=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F28087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28087 is #0D7F78. Grayscale: #A2A2A2. Windows color (decimal): -884601 or 8880370. OLE color: 8880370.

HSL color Cylindrical-coordinate representation of color #F28087: hue angle of 356.32º 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 #F28087 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 128 135 -
CMYK 0 0.47 0.44 0.05
HSL 356.32º 0.81% 0.73% -
HSV(B) 356.32º 0.47% 0.95% -
XYZ 48.71 36.06 27.32 -
YUV 162.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 242 128 135 0 0.47 0.44 0.05 356.32 0.81 0.73
Hex F2 80 87 0 2F 2C 5 164 51 49
Octal 362 200 207 0 57 54 5 544 121 111
Binary 11110010 10000000 10000111 0 101111 101100 101 101100100 1010001 1001001

Color Harmonies of #F28087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28087

Black with #F28087

Text Example


Text Example

White with #F28087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28087; }

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

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

background-color css

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

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

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

border-color css

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

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

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