Html Css Color HEX #F69CB0 Illusion

📋 copy color: '#F69CB0'

red 246 ◦ green 156 ◦ blue 176

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

Shades of Illusion #F69CB0

Tints of Illusion #F69CB0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.99%

 BLUE value IS 176 (69.14% from 255) = 30.45%

R = 42.56%
G = 26.99%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F69CB0 (or 0xF69CB0) is known color: Illusion. HEX triplet: F6, 9C and B0. RGB value is (246,156,176). Sum of RGB (Red+Green+Blue) = 246+156+176=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69CB0 is #09634F. Grayscale: #B9B9B9. Windows color (decimal): -615248 or 11574518. OLE color: 11574518.

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

Color convert

RGB 246 156 176 -
CMYK 0 0.37 0.28 0.04
HSL 346.67º 0.83% 0.79% -
HSV(B) 346.67º 0.37% 0.96% -
XYZ 57.73 46.5 47.01 -
YUV 185.19 122.82 171.37 -
System Red Green Blue C M Y K H S L
Decimal 246 156 176 0 0.37 0.28 0.04 346.67 0.83 0.79
Hex F6 9C B0 0 25 1C 4 15B 53 4F
Octal 366 234 260 0 45 34 4 533 123 117
Binary 11110110 10011100 10110000 0 100101 11100 100 101011011 1010011 1001111

Color Harmonies of #F69CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69CB0

Black with #F69CB0

Text Example


Text Example

White with #F69CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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