Html Css Color HEX #F297E4 Lavender Rose

📋 copy color: '#F297E4'

red 242 ◦ green 151 ◦ blue 228

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

Shades of Lavender Rose #F297E4

Tints of Lavender Rose #F297E4

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.32%

 BLUE value IS 228 (89.45% from 255) = 36.71%

R = 38.97%
G = 24.32%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F297E4 (or 0xF297E4) is known color: Lavender Rose. HEX triplet: F2, 97 and E4. RGB value is (242,151,228). Sum of RGB (Red+Green+Blue) = 242+151+228=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F297E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297E4 is #0D681B. Grayscale: #BABABA. Windows color (decimal): -878620 or 14981106. OLE color: 14981106.

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

Color convert

RGB 242 151 228 -
CMYK 0 0.38 0.06 0.05
HSL 309.23º 0.78% 0.77% -
HSV(B) 309.23º 0.38% 0.95% -
XYZ 61.69 46.61 79.14 -
YUV 186.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 242 151 228 0 0.38 0.06 0.05 309.23 0.78 0.77
Hex F2 97 E4 0 26 6 5 135 4E 4D
Octal 362 227 344 0 46 6 5 465 116 115
Binary 11110010 10010111 11100100 0 100110 110 101 100110101 1001110 1001101

Color Harmonies of #F297E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F297E4

Black with #F297E4

Text Example


Text Example

White with #F297E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F297E4; }

 p { color: rgb(242,151,228); }

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

background-color css

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

 a { background-color: rgb(242,151,228); }

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

border-color css

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

 span { border-color: rgb(242,151,228); }

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