Html Css Color HEX #F0869C Carissma

📋 copy color: '#F0869C'

red 240 ◦ green 134 ◦ blue 156

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

Shades of Carissma #F0869C

Tints of Carissma #F0869C

RGB

 RED value IS 240 (94.14% from 255) = 45.28%

 GREEN value IS 134 (52.73% from 255) = 25.28%

 BLUE value IS 156 (61.33% from 255) = 29.43%

R = 45.28%
G = 25.28%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0869C (or 0xF0869C) is known color: Carissma. HEX triplet: F0, 86 and 9C. RGB value is (240,134,156). Sum of RGB (Red+Green+Blue) = 240+134+156=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0869C is #0F7963. Grayscale: #A8A8A8. Windows color (decimal): -1014116 or 10258160. OLE color: 10258160.

HSL color Cylindrical-coordinate representation of color #F0869C: hue angle of 347.55º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0869C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 156 -
CMYK 0 0.44 0.35 0.06
HSL 347.55º 0.78% 0.73% -
HSV(B) 347.55º 0.44% 0.94% -
XYZ 50.46 37.98 36.12 -
YUV 168.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 240 134 156 0 0.44 0.35 0.06 347.55 0.78 0.73
Hex F0 86 9C 0 2C 23 6 15C 4E 49
Octal 360 206 234 0 54 43 6 534 116 111
Binary 11110000 10000110 10011100 0 101100 100011 110 101011100 1001110 1001001

Color Harmonies of #F0869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0869C

Black with #F0869C

Text Example


Text Example

White with #F0869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0869C; }

 p { color: rgb(240,134,156); }

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

background-color css

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

 a { background-color: rgb(240,134,156); }

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

border-color css

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

 span { border-color: rgb(240,134,156); }

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