Html Css Color HEX #F018C1 Shocking Pink

📋 copy color: '#F018C1'

red 240 ◦ green 24 ◦ blue 193

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

Shades of Shocking Pink #F018C1

Tints of Shocking Pink #F018C1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.25%

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 52.52%
G = 5.25%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F018C1 (or 0xF018C1) is known color: Shocking Pink. HEX triplet: F0, 18 and C1. RGB value is (240,24,193). Sum of RGB (Red+Green+Blue) = 240+24+193=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F018C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018C1 is #0FE73E. Grayscale: #6B6B6B. Windows color (decimal): -1042239 or 12654832. OLE color: 12654832.

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

Color convert

RGB 240 24 193 -
CMYK 0 0.9 0.20 0.06
HSL 313.06º 0.88% 0.52% -
HSV(B) 313.06º 0.9% 0.94% -
XYZ 45.89 23.03 52.48 -
YUV 107.85 176.06 222.26 -
System Red Green Blue C M Y K H S L
Decimal 240 24 193 0 0.9 0.20 0.06 313.06 0.88 0.52
Hex F0 18 C1 0 5A 14 6 139 58 34
Octal 360 30 301 0 132 24 6 471 130 64
Binary 11110000 11000 11000001 0 1011010 10100 110 100111001 1011000 110100

Color Harmonies of #F018C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018C1

Black with #F018C1

Text Example


Text Example

White with #F018C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018C1; }

 p { color: rgb(240,24,193); }

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

background-color css

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

 a { background-color: rgb(240,24,193); }

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

border-color css

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

 span { border-color: rgb(240,24,193); }

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