Html Css Color HEX #F113CF Shocking Pink

📋 copy color: '#F113CF'

red 241 ◦ green 19 ◦ blue 207

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

Shades of Shocking Pink #F113CF

Tints of Shocking Pink #F113CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.07%

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 51.61%
G = 4.07%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F113CF (or 0xF113CF) is known color: Shocking Pink. HEX triplet: F1, 13 and CF. RGB value is (241,19,207). Sum of RGB (Red+Green+Blue) = 241+19+207=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F113CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113CF is #0EEC30. Grayscale: #6A6A6A. Windows color (decimal): -977969 or 13571057. OLE color: 13571057.

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

Color convert

RGB 241 19 207 -
CMYK 0 0.92 0.14 0.05
HSL 309.19º 0.89% 0.51% -
HSV(B) 309.19º 0.92% 0.95% -
XYZ 47.77 23.67 61.08 -
YUV 106.81 184.55 223.71 -
System Red Green Blue C M Y K H S L
Decimal 241 19 207 0 0.92 0.14 0.05 309.19 0.89 0.51
Hex F1 13 CF 0 5C E 5 135 59 33
Octal 361 23 317 0 134 16 5 465 131 63
Binary 11110001 10011 11001111 0 1011100 1110 101 100110101 1011001 110011

Color Harmonies of #F113CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113CF

Black with #F113CF

Text Example


Text Example

White with #F113CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113CF; }

 p { color: rgb(241,19,207); }

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

background-color css

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

 a { background-color: rgb(241,19,207); }

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

border-color css

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

 span { border-color: rgb(241,19,207); }

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