Html Css Color HEX #F09ACB Shocking

📋 copy color: '#F09ACB'

red 240 ◦ green 154 ◦ blue 203

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

Shades of Shocking #F09ACB

Tints of Shocking #F09ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34%

R = 40.2%
G = 25.8%
B = 34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F09ACB (or 0xF09ACB) is known color: Shocking. HEX triplet: F0, 9A and CB. RGB value is (240,154,203). Sum of RGB (Red+Green+Blue) = 240+154+203=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ACB is #0F6534. Grayscale: #B9B9B9. Windows color (decimal): -1008949 or 13343472. OLE color: 13343472.

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

Color convert

RGB 240 154 203 -
CMYK 0 0.36 0.15 0.06
HSL 325.81º 0.74% 0.77% -
HSV(B) 325.81º 0.36% 0.94% -
XYZ 58.27 45.95 62.3 -
YUV 185.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 240 154 203 0 0.36 0.15 0.06 325.81 0.74 0.77
Hex F0 9A CB 0 24 F 6 146 4A 4D
Octal 360 232 313 0 44 17 6 506 112 115
Binary 11110000 10011010 11001011 0 100100 1111 110 101000110 1001010 1001101

Color Harmonies of #F09ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09ACB

Black with #F09ACB

Text Example


Text Example

White with #F09ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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