Html Css Color HEX #F09AC8 Shocking

📋 copy color: '#F09AC8'

red 240 ◦ green 154 ◦ blue 200

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

Shades of Shocking #F09AC8

Tints of Shocking #F09AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.67%

R = 40.4%
G = 25.93%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F09AC8 (or 0xF09AC8) is known color: Shocking. HEX triplet: F0, 9A and C8. RGB value is (240,154,200). Sum of RGB (Red+Green+Blue) = 240+154+200=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09AC8 is #0F6537. Grayscale: #B8B8B8. Windows color (decimal): -1008952 or 13146864. OLE color: 13146864.

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

Color convert

RGB 240 154 200 -
CMYK 0 0.36 0.17 0.06
HSL 327.91º 0.74% 0.77% -
HSV(B) 327.91º 0.36% 0.94% -
XYZ 57.92 45.81 60.43 -
YUV 184.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 240 154 200 0 0.36 0.17 0.06 327.91 0.74 0.77
Hex F0 9A C8 0 24 11 6 148 4A 4D
Octal 360 232 310 0 44 21 6 510 112 115
Binary 11110000 10011010 11001000 0 100100 10001 110 101001000 1001010 1001101

Color Harmonies of #F09AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09AC8

Black with #F09AC8

Text Example


Text Example

White with #F09AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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