Html Css Color HEX #F69EE1 Lavender Rose

📋 copy color: '#F69EE1'

red 246 ◦ green 158 ◦ blue 225

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

Shades of Lavender Rose #F69EE1

Tints of Lavender Rose #F69EE1

RGB

 RED value IS 246 (96.48% from 255) = 39.11%

 GREEN value IS 158 (62.11% from 255) = 25.12%

 BLUE value IS 225 (88.28% from 255) = 35.77%

R = 39.11%
G = 25.12%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F69EE1 (or 0xF69EE1) is known color: Lavender Rose. HEX triplet: F6, 9E and E1. RGB value is (246,158,225). Sum of RGB (Red+Green+Blue) = 246+158+225=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69EE1 is #09611E. Grayscale: #BFBFBF. Windows color (decimal): -614687 or 14786294. OLE color: 14786294.

HSL color Cylindrical-coordinate representation of color #F69EE1: hue angle of 314.32º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69EE1 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 158 225 -
CMYK 0 0.36 0.09 0.04
HSL 314.32º 0.83% 0.79% -
HSV(B) 314.32º 0.36% 0.96% -
XYZ 63.82 49.48 77.42 -
YUV 191.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 246 158 225 0 0.36 0.09 0.04 314.32 0.83 0.79
Hex F6 9E E1 0 24 9 4 13A 53 4F
Octal 366 236 341 0 44 11 4 472 123 117
Binary 11110110 10011110 11100001 0 100100 1001 100 100111010 1010011 1001111

Color Harmonies of #F69EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69EE1

Black with #F69EE1

Text Example


Text Example

White with #F69EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69EE1; }

 p { color: rgb(246,158,225); }

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

background-color css

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

 a { background-color: rgb(246,158,225); }

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

border-color css

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

 span { border-color: rgb(246,158,225); }

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