#F69FE4

Color #F69FE4 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F69FE4

Tints of Lavender Rose #F69FE4

Color information

#F69FE4 (or 0xF69FE4) is unknown color: approx Lavender Rose. HEX triplet: F6, 9F and E4. RGB value is (246,159,228). Sum of RGB (Red+Green+Blue) = 246+159+228=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69FE4 is #09601B. Grayscale: #C0C0C0. Windows color (decimal): -614428 or 14983158. OLE color: 14983158.

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

Color convert

RGB246159228-
CMYK00.350.070.04
HSL312.41º82.86%79.41%-
HSV(B)312.41º35.37%96.47%-
XYZ64.4149.9979.65-
YUV192.88147.82165.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.86%
GREEN value IS 159 (62.5% from 255) = 25.12%
BLUE value IS 228 (89.45% from 255) = 36.02%
R=38.86%
G=25.12%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615922800.350.070.04312.4182.8679.41
HexF69FE402374138534f
Octal36623734404374470123117
Binary111101101001111111100100010001111110010011100010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69FE4; }

 p { color: rgb(246,159,228); }

 H1.HeaderClassName
 {
   color: #F69FE4;
 }
 .AnyTagClassName
 {
   color: #F69FE4;
 }
</style>
background-color css

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

 a { background-color: rgb(246,159,228); }

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

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

 span { border-color: rgb(246,159,228); }

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