Html Css Color HEX #F114C4 Shocking Pink

📋 copy color: '#F114C4'

red 241 ◦ green 20 ◦ blue 196

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

Shades of Shocking Pink #F114C4

Tints of Shocking Pink #F114C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.89%

R = 52.74%
G = 4.38%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F114C4 (or 0xF114C4) is known color: Shocking Pink. HEX triplet: F1, 14 and C4. RGB value is (241,20,196). Sum of RGB (Red+Green+Blue) = 241+20+196=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F114C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114C4 is #0EEB3B. Grayscale: #696969. Windows color (decimal): -977724 or 12850417. OLE color: 12850417.

HSL color Cylindrical-coordinate representation of color #F114C4: hue angle of 312.22º 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 #F114C4 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 20 196 -
CMYK 0 0.92 0.19 0.05
HSL 312.22º 0.89% 0.51% -
HSV(B) 312.22º 0.92% 0.95% -
XYZ 46.49 23.19 54.25 -
YUV 106.14 178.72 224.19 -
System Red Green Blue C M Y K H S L
Decimal 241 20 196 0 0.92 0.19 0.05 312.22 0.89 0.51
Hex F1 14 C4 0 5C 13 5 138 59 33
Octal 361 24 304 0 134 23 5 470 131 63
Binary 11110001 10100 11000100 0 1011100 10011 101 100111000 1011001 110011

Color Harmonies of #F114C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114C4

Black with #F114C4

Text Example


Text Example

White with #F114C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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