Html Css Color HEX #F09CEA Lavender Rose

📋 copy color: '#F09CEA'

red 240 ◦ green 156 ◦ blue 234

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

Shades of Lavender Rose #F09CEA

Tints of Lavender Rose #F09CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.76%

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 38.1%
G = 24.76%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F09CEA (or 0xF09CEA) is known color: Lavender Rose. HEX triplet: F0, 9C and EA. RGB value is (240,156,234). Sum of RGB (Red+Green+Blue) = 240+156+234=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CEA is #0F6315. Grayscale: #BDBDBD. Windows color (decimal): -1008406 or 15375600. OLE color: 15375600.

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

Color convert

RGB 240 156 234 -
CMYK 0 0.35 0.02 0.06
HSL 304.29º 0.74% 0.78% -
HSV(B) 304.29º 0.35% 0.94% -
XYZ 62.67 48.24 83.85 -
YUV 190.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 240 156 234 0 0.35 0.02 0.06 304.29 0.74 0.78
Hex F0 9C EA 0 23 2 6 130 4A 4E
Octal 360 234 352 0 43 2 6 460 112 116
Binary 11110000 10011100 11101010 0 100011 10 110 100110000 1001010 1001110

Color Harmonies of #F09CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09CEA

Black with #F09CEA

Text Example


Text Example

White with #F09CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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