Html Css Color HEX #F009C5 Shocking Pink

📋 copy color: '#F009C5'

red 240 ◦ green 9 ◦ blue 197

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

Shades of Shocking Pink #F009C5

Tints of Shocking Pink #F009C5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.02%

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

R = 53.81%
G = 2.02%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F009C5 (or 0xF009C5) is known color: Shocking Pink. HEX triplet: F0, 09 and C5. RGB value is (240,9,197). Sum of RGB (Red+Green+Blue) = 240+9+197=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F009C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009C5 is #0FF63A. Grayscale: #626262. Windows color (decimal): -1046075 or 12913136. OLE color: 12913136.

HSL color Cylindrical-coordinate representation of color #F009C5: hue angle of 311.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009C5 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 197 -
CMYK 0 0.96 0.18 0.06
HSL 311.17º 0.93% 0.49% -
HSV(B) 311.17º 0.96% 0.94% -
XYZ 46.11 22.75 54.78 -
YUV 99.5 183.03 228.21 -
System Red Green Blue C M Y K H S L
Decimal 240 9 197 0 0.96 0.18 0.06 311.17 0.93 0.49
Hex F0 9 C5 0 60 12 6 137 5D 31
Octal 360 11 305 0 140 22 6 467 135 61
Binary 11110000 1001 11000101 0 1100000 10010 110 100110111 1011101 110001

Color Harmonies of #F009C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F009C5

Black with #F009C5

Text Example


Text Example

White with #F009C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F009C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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