Html Css Color HEX #F69BAF Illusion

📋 copy color: '#F69BAF'

red 246 ◦ green 155 ◦ blue 175

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

Shades of Illusion #F69BAF

Tints of Illusion #F69BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.91%

 BLUE value IS 175 (68.75% from 255) = 30.38%

R = 42.71%
G = 26.91%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F69BAF (or 0xF69BAF) is known color: Illusion. HEX triplet: F6, 9B and AF. RGB value is (246,155,175). Sum of RGB (Red+Green+Blue) = 246+155+175=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69BAF is #096450. Grayscale: #B8B8B8. Windows color (decimal): -615505 or 11508726. OLE color: 11508726.

HSL color Cylindrical-coordinate representation of color #F69BAF: hue angle of 346.81º 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 #F69BAF is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 155 175 -
CMYK 0 0.37 0.29 0.04
HSL 346.81º 0.83% 0.79% -
HSV(B) 346.81º 0.37% 0.96% -
XYZ 57.47 46.13 46.43 -
YUV 184.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 246 155 175 0 0.37 0.29 0.04 346.81 0.83 0.79
Hex F6 9B AF 0 25 1D 4 15B 53 4F
Octal 366 233 257 0 45 35 4 533 123 117
Binary 11110110 10011011 10101111 0 100101 11101 100 101011011 1010011 1001111

Color Harmonies of #F69BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69BAF

Black with #F69BAF

Text Example


Text Example

White with #F69BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69BAF; }

 p { color: rgb(246,155,175); }

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

background-color css

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

 a { background-color: rgb(246,155,175); }

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

border-color css

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

 span { border-color: rgb(246,155,175); }

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