Html Css Color HEX #F114D4 Shocking Pink

📋 copy color: '#F114D4'

red 241 ◦ green 20 ◦ blue 212

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

Shades of Shocking Pink #F114D4

Tints of Shocking Pink #F114D4

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.23%

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

R = 50.95%
G = 4.23%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F114D4 (or 0xF114D4) is known color: Shocking Pink. HEX triplet: F1, 14 and D4. RGB value is (241,20,212). Sum of RGB (Red+Green+Blue) = 241+20+212=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F114D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114D4 is #0EEB2B. Grayscale: #6B6B6B. Windows color (decimal): -977708 or 13898993. OLE color: 13898993.

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

Color convert

RGB 241 20 212 -
CMYK 0 0.92 0.12 0.05
HSL 307.87º 0.89% 0.51% -
HSV(B) 307.87º 0.92% 0.95% -
XYZ 48.41 23.95 64.36 -
YUV 107.97 186.72 222.89 -
System Red Green Blue C M Y K H S L
Decimal 241 20 212 0 0.92 0.12 0.05 307.87 0.89 0.51
Hex F1 14 D4 0 5C C 5 134 59 33
Octal 361 24 324 0 134 14 5 464 131 63
Binary 11110001 10100 11010100 0 1011100 1100 101 100110100 1011001 110011

Color Harmonies of #F114D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114D4

Black with #F114D4

Text Example


Text Example

White with #F114D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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