Html Css Color HEX #F018B7 Shocking Pink

📋 copy color: '#F018B7'

red 240 ◦ green 24 ◦ blue 183

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

Shades of Shocking Pink #F018B7

Tints of Shocking Pink #F018B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.94%

R = 53.69%
G = 5.37%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F018B7 (or 0xF018B7) is known color: Shocking Pink. HEX triplet: F0, 18 and B7. RGB value is (240,24,183). Sum of RGB (Red+Green+Blue) = 240+24+183=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F018B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018B7 is #0FE748. Grayscale: #6A6A6A. Windows color (decimal): -1042249 or 11999472. OLE color: 11999472.

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

Color convert

RGB 240 24 183 -
CMYK 0 0.9 0.24 0.06
HSL 315.83º 0.88% 0.52% -
HSV(B) 315.83º 0.9% 0.94% -
XYZ 44.81 22.6 46.8 -
YUV 106.71 171.06 223.07 -
System Red Green Blue C M Y K H S L
Decimal 240 24 183 0 0.9 0.24 0.06 315.83 0.88 0.52
Hex F0 18 B7 0 5A 18 6 13C 58 34
Octal 360 30 267 0 132 30 6 474 130 64
Binary 11110000 11000 10110111 0 1011010 11000 110 100111100 1011000 110100

Color Harmonies of #F018B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018B7

Black with #F018B7

Text Example


Text Example

White with #F018B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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