Html Css Color HEX #F298E4 Lavender Rose

📋 copy color: '#F298E4'

red 242 ◦ green 152 ◦ blue 228

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

Shades of Lavender Rose #F298E4

Tints of Lavender Rose #F298E4

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.44%

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

R = 38.91%
G = 24.44%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F298E4 (or 0xF298E4) is known color: Lavender Rose. HEX triplet: F2, 98 and E4. RGB value is (242,152,228). Sum of RGB (Red+Green+Blue) = 242+152+228=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 152 (59.77% from 255 or 24.44% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F298E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298E4 is #0D671B. Grayscale: #BBBBBB. Windows color (decimal): -878364 or 14981362. OLE color: 14981362.

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

Color convert

RGB 242 152 228 -
CMYK 0 0.37 0.06 0.05
HSL 309.33º 0.78% 0.77% -
HSV(B) 309.33º 0.37% 0.95% -
XYZ 61.85 46.94 79.2 -
YUV 187.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 242 152 228 0 0.37 0.06 0.05 309.33 0.78 0.77
Hex F2 98 E4 0 25 6 5 135 4E 4D
Octal 362 230 344 0 45 6 5 465 116 115
Binary 11110010 10011000 11100100 0 100101 110 101 100110101 1001110 1001101

Color Harmonies of #F298E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F298E4

Black with #F298E4

Text Example


Text Example

White with #F298E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F298E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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