Html Css Color HEX #F09ABA Shocking

📋 copy color: '#F09ABA'

red 240 ◦ green 154 ◦ blue 186

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

Shades of Shocking #F09ABA

Tints of Shocking #F09ABA

RGB

 RED value IS 240 (94.14% from 255) = 41.38%

 GREEN value IS 154 (60.55% from 255) = 26.55%

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

R = 41.38%
G = 26.55%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F09ABA (or 0xF09ABA) is known color: Shocking. HEX triplet: F0, 9A and BA. RGB value is (240,154,186). Sum of RGB (Red+Green+Blue) = 240+154+186=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ABA is #0F6545. Grayscale: #B7B7B7. Windows color (decimal): -1008966 or 12229360. OLE color: 12229360.

HSL color Cylindrical-coordinate representation of color #F09ABA: hue angle of 337.67º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09ABA is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 154 186 -
CMYK 0 0.36 0.22 0.06
HSL 337.67º 0.74% 0.77% -
HSV(B) 337.67º 0.36% 0.94% -
XYZ 56.35 45.18 52.21 -
YUV 183.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 240 154 186 0 0.36 0.22 0.06 337.67 0.74 0.77
Hex F0 9A BA 0 24 16 6 152 4A 4D
Octal 360 232 272 0 44 26 6 522 112 115
Binary 11110000 10011010 10111010 0 100100 10110 110 101010010 1001010 1001101

Color Harmonies of #F09ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09ABA

Black with #F09ABA

Text Example


Text Example

White with #F09ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09ABA; }

 p { color: rgb(240,154,186); }

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

background-color css

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

 a { background-color: rgb(240,154,186); }

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

border-color css

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

 span { border-color: rgb(240,154,186); }

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