Html Css Color HEX #F09AC5 Shocking

📋 copy color: '#F09AC5'

red 240 ◦ green 154 ◦ blue 197

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

Shades of Shocking #F09AC5

Tints of Shocking #F09AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.33%

R = 40.61%
G = 26.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F09AC5 (or 0xF09AC5) is known color: Shocking. HEX triplet: F0, 9A and C5. RGB value is (240,154,197). Sum of RGB (Red+Green+Blue) = 240+154+197=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09AC5 is #0F653A. Grayscale: #B8B8B8. Windows color (decimal): -1008955 or 12950256. OLE color: 12950256.

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

Color convert

RGB 240 154 197 -
CMYK 0 0.36 0.18 0.06
HSL 330º 0.74% 0.77% -
HSV(B) 330º 0.36% 0.94% -
XYZ 57.57 45.67 58.6 -
YUV 184.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 240 154 197 0 0.36 0.18 0.06 330 0.74 0.77
Hex F0 9A C5 0 24 12 6 14A 4A 4D
Octal 360 232 305 0 44 22 6 512 112 115
Binary 11110000 10011010 11000101 0 100100 10010 110 101001010 1001010 1001101

Color Harmonies of #F09AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09AC5

Black with #F09AC5

Text Example


Text Example

White with #F09AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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