Html Css Color HEX #F019CA Shocking Pink

📋 copy color: '#F019CA'

red 240 ◦ green 25 ◦ blue 202

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

Shades of Shocking Pink #F019CA

Tints of Shocking Pink #F019CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 51.39%
G = 5.35%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F019CA (or 0xF019CA) is known color: Shocking Pink. HEX triplet: F0, 19 and CA. RGB value is (240,25,202). Sum of RGB (Red+Green+Blue) = 240+25+202=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F019CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019CA is #0FE635. Grayscale: #6C6C6C. Windows color (decimal): -1041974 or 13244912. OLE color: 13244912.

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

Color convert

RGB 240 25 202 -
CMYK 0 0.90 0.16 0.06
HSL 310.6º 0.88% 0.52% -
HSV(B) 310.6º 0.9% 0.94% -
XYZ 46.94 23.48 57.94 -
YUV 109.46 180.23 221.11 -
System Red Green Blue C M Y K H S L
Decimal 240 25 202 0 0.90 0.16 0.06 310.6 0.88 0.52
Hex F0 19 CA 0 5A 10 6 137 58 34
Octal 360 31 312 0 132 20 6 467 130 64
Binary 11110000 11001 11001010 0 1011010 10000 110 100110111 1011000 110100

Color Harmonies of #F019CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019CA

Black with #F019CA

Text Example


Text Example

White with #F019CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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