Html Css Color HEX #F692D6 Lavender Rose

📋 copy color: '#F692D6'

red 246 ◦ green 146 ◦ blue 214

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

Shades of Lavender Rose #F692D6

Tints of Lavender Rose #F692D6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.09%

 BLUE value IS 214 (83.98% from 255) = 35.31%

R = 40.59%
G = 24.09%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F692D6 (or 0xF692D6) is known color: Lavender Rose. HEX triplet: F6, 92 and D6. RGB value is (246,146,214). Sum of RGB (Red+Green+Blue) = 246+146+214=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F692D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692D6 is #096D29. Grayscale: #B7B7B7. Windows color (decimal): -617770 or 14062326. OLE color: 14062326.

HSL color Cylindrical-coordinate representation of color #F692D6: hue angle of 319.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F692D6 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 146 214 -
CMYK 0 0.41 0.13 0.04
HSL 319.2º 0.85% 0.77% -
HSV(B) 319.2º 0.41% 0.96% -
XYZ 60.42 45.01 69.12 -
YUV 183.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 246 146 214 0 0.41 0.13 0.04 319.2 0.85 0.77
Hex F6 92 D6 0 29 D 4 13F 55 4D
Octal 366 222 326 0 51 15 4 477 125 115
Binary 11110110 10010010 11010110 0 101001 1101 100 100111111 1010101 1001101

Color Harmonies of #F692D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F692D6

Black with #F692D6

Text Example


Text Example

White with #F692D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F692D6; }

 p { color: rgb(246,146,214); }

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

background-color css

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

 a { background-color: rgb(246,146,214); }

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

border-color css

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

 span { border-color: rgb(246,146,214); }

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