Html Css Color HEX #F09ABE Shocking

📋 copy color: '#F09ABE'

red 240 ◦ green 154 ◦ blue 190

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

Shades of Shocking #F09ABE

Tints of Shocking #F09ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.53%

R = 41.1%
G = 26.37%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F09ABE (or 0xF09ABE) is known color: Shocking. HEX triplet: F0, 9A and BE. RGB value is (240,154,190). Sum of RGB (Red+Green+Blue) = 240+154+190=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ABE is #0F6541. Grayscale: #B7B7B7. Windows color (decimal): -1008962 or 12491504. OLE color: 12491504.

HSL color Cylindrical-coordinate representation of color #F09ABE: hue angle of 334.88º 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 #F09ABE is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 154 190 -
CMYK 0 0.36 0.21 0.06
HSL 334.88º 0.74% 0.77% -
HSV(B) 334.88º 0.36% 0.94% -
XYZ 56.79 45.35 54.48 -
YUV 183.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 240 154 190 0 0.36 0.21 0.06 334.88 0.74 0.77
Hex F0 9A BE 0 24 15 6 14F 4A 4D
Octal 360 232 276 0 44 25 6 517 112 115
Binary 11110000 10011010 10111110 0 100100 10101 110 101001111 1001010 1001101

Color Harmonies of #F09ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09ABE

Black with #F09ABE

Text Example


Text Example

White with #F09ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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