Html Css Color HEX #F01ACD Shocking Pink

📋 copy color: '#F01ACD'

red 240 ◦ green 26 ◦ blue 205

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

Shades of Shocking Pink #F01ACD

Tints of Shocking Pink #F01ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.52%

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 50.96%
G = 5.52%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F01ACD (or 0xF01ACD) is known color: Shocking Pink. HEX triplet: F0, 1A and CD. RGB value is (240,26,205). Sum of RGB (Red+Green+Blue) = 240+26+205=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ACD is #0FE532. Grayscale: #6D6D6D. Windows color (decimal): -1041715 or 13441776. OLE color: 13441776.

HSL color Cylindrical-coordinate representation of color #F01ACD: hue angle of 309.81º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01ACD is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 26 205 -
CMYK 0 0.89 0.15 0.06
HSL 309.81º 0.88% 0.52% -
HSV(B) 309.81º 0.89% 0.94% -
XYZ 47.32 23.67 59.83 -
YUV 110.39 181.4 220.45 -
System Red Green Blue C M Y K H S L
Decimal 240 26 205 0 0.89 0.15 0.06 309.81 0.88 0.52
Hex F0 1A CD 0 59 F 6 136 58 34
Octal 360 32 315 0 131 17 6 466 130 64
Binary 11110000 11010 11001101 0 1011001 1111 110 100110110 1011000 110100

Color Harmonies of #F01ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01ACD

Black with #F01ACD

Text Example


Text Example

White with #F01ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01ACD; }

 p { color: rgb(240,26,205); }

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

background-color css

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

 a { background-color: rgb(240,26,205); }

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

border-color css

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

 span { border-color: rgb(240,26,205); }

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