Html Css Color HEX #F298D4 Lavender Rose

📋 copy color: '#F298D4'

red 242 ◦ green 152 ◦ blue 212

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

Shades of Lavender Rose #F298D4

Tints of Lavender Rose #F298D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.98%

R = 39.93%
G = 25.08%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F298D4 (or 0xF298D4) is known color: Lavender Rose. HEX triplet: F2, 98 and D4. RGB value is (242,152,212). Sum of RGB (Red+Green+Blue) = 242+152+212=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F298D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298D4 is #0D672B. Grayscale: #B9B9B9. Windows color (decimal): -878380 or 13932786. OLE color: 13932786.

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

Color convert

RGB 242 152 212 -
CMYK 0 0.37 0.12 0.05
HSL 320º 0.78% 0.77% -
HSV(B) 320º 0.37% 0.95% -
XYZ 59.73 46.09 68.03 -
YUV 185.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 242 152 212 0 0.37 0.12 0.05 320 0.78 0.77
Hex F2 98 D4 0 25 C 5 140 4E 4D
Octal 362 230 324 0 45 14 5 500 116 115
Binary 11110010 10011000 11010100 0 100101 1100 101 101000000 1001110 1001101

Color Harmonies of #F298D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F298D4

Black with #F298D4

Text Example


Text Example

White with #F298D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F298D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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