Html Css Color HEX #F61FCD Shocking Pink

📋 copy color: '#F61FCD'

red 246 ◦ green 31 ◦ blue 205

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

Shades of Shocking Pink #F61FCD

Tints of Shocking Pink #F61FCD

RGB

 RED value IS 246 (96.48% from 255) = 51.04%

 GREEN value IS 31 (12.5% from 255) = 6.43%

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 51.04%
G = 6.43%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F61FCD (or 0xF61FCD) is known color: Shocking Pink. HEX triplet: F6, 1F and CD. RGB value is (246,31,205). Sum of RGB (Red+Green+Blue) = 246+31+205=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61FCD is #09E032. Grayscale: #727272. Windows color (decimal): -647219 or 13443062. OLE color: 13443062.

HSL color Cylindrical-coordinate representation of color #F61FCD: hue angle of 311.44º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61FCD is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 31 205 -
CMYK 0 0.87 0.17 0.04
HSL 311.44º 0.92% 0.54% -
HSV(B) 311.44º 0.87% 0.96% -
XYZ 49.52 24.98 59.97 -
YUV 115.12 178.73 221.35 -
System Red Green Blue C M Y K H S L
Decimal 246 31 205 0 0.87 0.17 0.04 311.44 0.92 0.54
Hex F6 1F CD 0 57 11 4 137 5C 36
Octal 366 37 315 0 127 21 4 467 134 66
Binary 11110110 11111 11001101 0 1010111 10001 100 100110111 1011100 110110

Color Harmonies of #F61FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61FCD

Black with #F61FCD

Text Example


Text Example

White with #F61FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61FCD; }

 p { color: rgb(246,31,205); }

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

background-color css

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

 a { background-color: rgb(246,31,205); }

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

border-color css

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

 span { border-color: rgb(246,31,205); }

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