Html Css Color HEX #F299E0 Lavender Rose

📋 copy color: '#F299E0'

red 242 ◦ green 153 ◦ blue 224

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

Shades of Lavender Rose #F299E0

Tints of Lavender Rose #F299E0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.72%

 BLUE value IS 224 (87.89% from 255) = 36.19%

R = 39.1%
G = 24.72%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F299E0 (or 0xF299E0) is known color: Lavender Rose. HEX triplet: F2, 99 and E0. RGB value is (242,153,224). Sum of RGB (Red+Green+Blue) = 242+153+224=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F299E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299E0 is #0D661F. Grayscale: #BBBBBB. Windows color (decimal): -878112 or 14719474. OLE color: 14719474.

HSL color Cylindrical-coordinate representation of color #F299E0: hue angle of 312.13º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299E0 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 153 224 -
CMYK 0 0.37 0.07 0.05
HSL 312.13º 0.77% 0.77% -
HSV(B) 312.13º 0.37% 0.95% -
XYZ 61.46 47.04 76.36 -
YUV 187.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 242 153 224 0 0.37 0.07 0.05 312.13 0.77 0.77
Hex F2 99 E0 0 25 7 5 138 4D 4D
Octal 362 231 340 0 45 7 5 470 115 115
Binary 11110010 10011001 11100000 0 100101 111 101 100111000 1001101 1001101

Color Harmonies of #F299E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F299E0

Black with #F299E0

Text Example


Text Example

White with #F299E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F299E0; }

 p { color: rgb(242,153,224); }

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

background-color css

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

 a { background-color: rgb(242,153,224); }

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

border-color css

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

 span { border-color: rgb(242,153,224); }

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