Html Css Color HEX #F298E5 Lavender Rose

📋 copy color: '#F298E5'

red 242 ◦ green 152 ◦ blue 229

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

Shades of Lavender Rose #F298E5

Tints of Lavender Rose #F298E5

RGB

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

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

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

R = 38.84%
G = 24.4%
B = 36.76%

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

#F298E5 (or 0xF298E5) is known color: Lavender Rose. HEX triplet: F2, 98 and E5. RGB value is (242,152,229). Sum of RGB (Red+Green+Blue) = 242+152+229=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F298E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298E5 is #0D671A. Grayscale: #BBBBBB. Windows color (decimal): -878363 or 15046898. OLE color: 15046898.

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

Color convert

RGB 242 152 229 -
CMYK 0 0.37 0.05 0.05
HSL 308.67º 0.78% 0.77% -
HSV(B) 308.67º 0.37% 0.95% -
XYZ 61.99 46.99 79.93 -
YUV 187.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 242 152 229 0 0.37 0.05 0.05 308.67 0.78 0.77
Hex F2 98 E5 0 25 5 5 135 4E 4D
Octal 362 230 345 0 45 5 5 465 116 115
Binary 11110010 10011000 11100101 0 100101 101 101 100110101 1001110 1001101

Color Harmonies of #F298E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F298E5

Black with #F298E5

Text Example


Text Example

White with #F298E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F298E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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