Html Css Color HEX #F299E5 Lavender Rose

📋 copy color: '#F299E5'

red 242 ◦ green 153 ◦ blue 229

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

Shades of Lavender Rose #F299E5

Tints of Lavender Rose #F299E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.7%

R = 38.78%
G = 24.52%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F299E5 (or 0xF299E5) is known color: Lavender Rose. HEX triplet: F2, 99 and E5. RGB value is (242,153,229). Sum of RGB (Red+Green+Blue) = 242+153+229=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 153 (60.16% from 255 or 24.52% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F299E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299E5 is #0D661A. Grayscale: #BCBCBC. Windows color (decimal): -878107 or 15047154. OLE color: 15047154.

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

Color convert

RGB 242 153 229 -
CMYK 0 0.37 0.05 0.05
HSL 308.76º 0.77% 0.77% -
HSV(B) 308.76º 0.37% 0.95% -
XYZ 62.15 47.32 79.99 -
YUV 188.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 242 153 229 0 0.37 0.05 0.05 308.76 0.77 0.77
Hex F2 99 E5 0 25 5 5 135 4D 4D
Octal 362 231 345 0 45 5 5 465 115 115
Binary 11110010 10011001 11100101 0 100101 101 101 100110101 1001101 1001101

Color Harmonies of #F299E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F299E5

Black with #F299E5

Text Example


Text Example

White with #F299E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F299E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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