Html Css Color HEX #F699F0 Lavender Rose

📋 copy color: '#F699F0'

red 246 ◦ green 153 ◦ blue 240

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

Shades of Lavender Rose #F699F0

Tints of Lavender Rose #F699F0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 23.94%

 BLUE value IS 240 (94.14% from 255) = 37.56%

R = 38.5%
G = 23.94%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F699F0 (or 0xF699F0) is known color: Lavender Rose. HEX triplet: F6, 99 and F0. RGB value is (246,153,240). Sum of RGB (Red+Green+Blue) = 246+153+240=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 153 (60.16% from 255 or 23.94% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F699F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F699F0 is #09660F. Grayscale: #BEBEBE. Windows color (decimal): -615952 or 15768054. OLE color: 15768054.

HSL color Cylindrical-coordinate representation of color #F699F0: hue angle of 303.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F699F0 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 153 240 -
CMYK 0 0.38 0.02 0.04
HSL 303.87º 0.84% 0.78% -
HSV(B) 303.87º 0.38% 0.96% -
XYZ 65.13 48.67 88.4 -
YUV 190.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 246 153 240 0 0.38 0.02 0.04 303.87 0.84 0.78
Hex F6 99 F0 0 26 2 4 130 54 4E
Octal 366 231 360 0 46 2 4 460 124 116
Binary 11110110 10011001 11110000 0 100110 10 100 100110000 1010100 1001110

Color Harmonies of #F699F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F699F0

Black with #F699F0

Text Example


Text Example

White with #F699F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F699F0; }

 p { color: rgb(246,153,240); }

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

background-color css

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

 a { background-color: rgb(246,153,240); }

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

border-color css

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

 span { border-color: rgb(246,153,240); }

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