Html Css Color HEX #F019CD Shocking Pink

📋 copy color: '#F019CD'

red 240 ◦ green 25 ◦ blue 205

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

Shades of Shocking Pink #F019CD

Tints of Shocking Pink #F019CD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.32%

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

R = 51.06%
G = 5.32%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F019CD (or 0xF019CD) is known color: Shocking Pink. HEX triplet: F0, 19 and CD. RGB value is (240,25,205). Sum of RGB (Red+Green+Blue) = 240+25+205=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F019CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019CD is #0FE632. Grayscale: #6D6D6D. Windows color (decimal): -1041971 or 13441520. OLE color: 13441520.

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

Color convert

RGB 240 25 205 -
CMYK 0 0.90 0.15 0.06
HSL 309.77º 0.88% 0.52% -
HSV(B) 309.77º 0.9% 0.94% -
XYZ 47.3 23.63 59.83 -
YUV 109.81 181.73 220.86 -
System Red Green Blue C M Y K H S L
Decimal 240 25 205 0 0.90 0.15 0.06 309.77 0.88 0.52
Hex F0 19 CD 0 5A F 6 136 58 34
Octal 360 31 315 0 132 17 6 466 130 64
Binary 11110000 11001 11001101 0 1011010 1111 110 100110110 1011000 110100

Color Harmonies of #F019CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019CD

Black with #F019CD

Text Example


Text Example

White with #F019CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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