Html Css Color HEX #F69DBA Illusion

📋 copy color: '#F69DBA'

red 246 ◦ green 157 ◦ blue 186

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

Shades of Illusion #F69DBA

Tints of Illusion #F69DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.66%

 BLUE value IS 186 (73.05% from 255) = 31.58%

R = 41.77%
G = 26.66%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F69DBA (or 0xF69DBA) is known color: Illusion. HEX triplet: F6, 9D and BA. RGB value is (246,157,186). Sum of RGB (Red+Green+Blue) = 246+157+186=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DBA is #096245. Grayscale: #BABABA. Windows color (decimal): -614982 or 12230134. OLE color: 12230134.

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

Color convert

RGB 246 157 186 -
CMYK 0 0.36 0.24 0.04
HSL 340.45º 0.83% 0.79% -
HSV(B) 340.45º 0.36% 0.96% -
XYZ 58.93 47.25 52.47 -
YUV 186.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 246 157 186 0 0.36 0.24 0.04 340.45 0.83 0.79
Hex F6 9D BA 0 24 18 4 154 53 4F
Octal 366 235 272 0 44 30 4 524 123 117
Binary 11110110 10011101 10111010 0 100100 11000 100 101010100 1010011 1001111

Color Harmonies of #F69DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69DBA

Black with #F69DBA

Text Example


Text Example

White with #F69DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69DBA; }

 p { color: rgb(246,157,186); }

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

background-color css

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

 a { background-color: rgb(246,157,186); }

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

border-color css

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

 span { border-color: rgb(246,157,186); }

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