#F69CF4

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

Shades of Lavender Rose #F69CF4

Tints of Lavender Rose #F69CF4

Color information

#F69CF4 (or 0xF69CF4) is unknown color: approx Lavender Rose. HEX triplet: F6, 9C and F4. RGB value is (246,156,244). Sum of RGB (Red+Green+Blue) = 246+156+244=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 156 (61.33% from 255 or 24.15% from 646); Blue value is 244 (95.70% from 255 or 37.77% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69CF4 is #09630B. Grayscale: #C0C0C0. Windows color (decimal): -615180 or 16030966. OLE color: 16030966.

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

Color convert

RGB246156244-
CMYK00.370.010.04
HSL301.33º83.33%78.82%-
HSV(B)301.33º36.59%96.47%-
XYZ66.2249.991.73-
YUV192.94156.82165.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.08%
GREEN value IS 156 (61.33% from 255) = 24.15%
BLUE value IS 244 (95.70% from 255) = 37.77%
R=38.08%
G=24.15%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615624400.370.010.04301.3383.3378.82
HexF69CF40251412d534f
Octal36623436404514455123117
Binary1111011010011100111101000100101110010010110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CF4; }

 p { color: rgb(246,156,244); }

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

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

 a { background-color: rgb(246,156,244); }

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

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

 span { border-color: rgb(246,156,244); }

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