Html Css Color HEX #F297E6 Lavender Rose

📋 copy color: '#F297E6'

red 242 ◦ green 151 ◦ blue 230

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

Shades of Lavender Rose #F297E6

Tints of Lavender Rose #F297E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.92%

R = 38.84%
G = 24.24%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F297E6 (or 0xF297E6) is known color: Lavender Rose. HEX triplet: F2, 97 and E6. RGB value is (242,151,230). Sum of RGB (Red+Green+Blue) = 242+151+230=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 151 (59.38% from 255 or 24.24% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F297E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F297E6 is #0D6819. Grayscale: #BABABA. Windows color (decimal): -878618 or 15112178. OLE color: 15112178.

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

Color convert

RGB 242 151 230 -
CMYK 0 0.38 0.05 0.05
HSL 307.91º 0.78% 0.77% -
HSV(B) 307.91º 0.38% 0.95% -
XYZ 61.97 46.72 80.62 -
YUV 187.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 242 151 230 0 0.38 0.05 0.05 307.91 0.78 0.77
Hex F2 97 E6 0 26 5 5 134 4E 4D
Octal 362 227 346 0 46 5 5 464 116 115
Binary 11110010 10010111 11100110 0 100110 101 101 100110100 1001110 1001101

Color Harmonies of #F297E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F297E6

Black with #F297E6

Text Example


Text Example

White with #F297E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F297E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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