Html Css Color HEX #F69BBA Illusion

📋 copy color: '#F69BBA'

red 246 ◦ green 155 ◦ blue 186

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

Shades of Illusion #F69BBA

Tints of Illusion #F69BBA

RGB

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

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

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

R = 41.91%
G = 26.41%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F69BBA (or 0xF69BBA) is known color: Illusion. HEX triplet: F6, 9B and BA. RGB value is (246,155,186). Sum of RGB (Red+Green+Blue) = 246+155+186=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BBA is #096445. Grayscale: #B9B9B9. Windows color (decimal): -615494 or 12229622. OLE color: 12229622.

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

Color convert

RGB 246 155 186 -
CMYK 0 0.37 0.24 0.04
HSL 339.56º 0.83% 0.79% -
HSV(B) 339.56º 0.37% 0.96% -
XYZ 58.59 46.58 52.36 -
YUV 185.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 246 155 186 0 0.37 0.24 0.04 339.56 0.83 0.79
Hex F6 9B BA 0 25 18 4 154 53 4F
Octal 366 233 272 0 45 30 4 524 123 117
Binary 11110110 10011011 10111010 0 100101 11000 100 101010100 1010011 1001111

Color Harmonies of #F69BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69BBA

Black with #F69BBA

Text Example


Text Example

White with #F69BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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