Html Css Color HEX #F41CCF Shocking Pink

📋 copy color: '#F41CCF'

red 244 ◦ green 28 ◦ blue 207

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

Shades of Shocking Pink #F41CCF

Tints of Shocking Pink #F41CCF

RGB

 RED value IS 244 (95.7% from 255) = 50.94%

 GREEN value IS 28 (11.33% from 255) = 5.85%

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

R = 50.94%
G = 5.85%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F41CCF (or 0xF41CCF) is known color: Shocking Pink. HEX triplet: F4, 1C and CF. RGB value is (244,28,207). Sum of RGB (Red+Green+Blue) = 244+28+207=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CCF is #0BE330. Grayscale: #707070. Windows color (decimal): -779057 or 13573364. OLE color: 13573364.

HSL color Cylindrical-coordinate representation of color #F41CCF: hue angle of 310.28º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41CCF is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 28 207 -
CMYK 0 0.89 0.15 0.04
HSL 310.28º 0.91% 0.53% -
HSV(B) 310.28º 0.89% 0.96% -
XYZ 48.99 24.57 61.19 -
YUV 112.99 181.06 221.45 -
System Red Green Blue C M Y K H S L
Decimal 244 28 207 0 0.89 0.15 0.04 310.28 0.91 0.53
Hex F4 1C CF 0 59 F 4 136 5B 35
Octal 364 34 317 0 131 17 4 466 133 65
Binary 11110100 11100 11001111 0 1011001 1111 100 100110110 1011011 110101

Color Harmonies of #F41CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41CCF

Black with #F41CCF

Text Example


Text Example

White with #F41CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41CCF; }

 p { color: rgb(244,28,207); }

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

background-color css

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

 a { background-color: rgb(244,28,207); }

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

border-color css

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

 span { border-color: rgb(244,28,207); }

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