Html Css Color HEX #F118D4 Shocking Pink

📋 copy color: '#F118D4'

red 241 ◦ green 24 ◦ blue 212

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

Shades of Shocking Pink #F118D4

Tints of Shocking Pink #F118D4

RGB

 RED value IS 241 (94.53% from 255) = 50.52%

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

 BLUE value IS 212 (83.2% from 255) = 44.44%

R = 50.52%
G = 5.03%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F118D4 (or 0xF118D4) is known color: Shocking Pink. HEX triplet: F1, 18 and D4. RGB value is (241,24,212). Sum of RGB (Red+Green+Blue) = 241+24+212=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F118D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118D4 is #0EE72B. Grayscale: #6D6D6D. Windows color (decimal): -976684 or 13900017. OLE color: 13900017.

HSL color Cylindrical-coordinate representation of color #F118D4: hue angle of 308.02º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F118D4 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 24 212 -
CMYK 0 0.90 0.12 0.05
HSL 308.02º 0.89% 0.52% -
HSV(B) 308.02º 0.9% 0.95% -
XYZ 48.49 24.11 64.39 -
YUV 110.32 185.39 221.21 -
System Red Green Blue C M Y K H S L
Decimal 241 24 212 0 0.90 0.12 0.05 308.02 0.89 0.52
Hex F1 18 D4 0 5A C 5 134 59 34
Octal 361 30 324 0 132 14 5 464 131 64
Binary 11110001 11000 11010100 0 1011010 1100 101 100110100 1011001 110100

Color Harmonies of #F118D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F118D4

Black with #F118D4

Text Example


Text Example

White with #F118D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F118D4; }

 p { color: rgb(241,24,212); }

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

background-color css

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

 a { background-color: rgb(241,24,212); }

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

border-color css

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

 span { border-color: rgb(241,24,212); }

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