Html Css Color HEX #F61CCD Shocking Pink

📋 copy color: '#F61CCD'

red 246 ◦ green 28 ◦ blue 205

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

Shades of Shocking Pink #F61CCD

Tints of Shocking Pink #F61CCD

RGB

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

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

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

R = 51.36%
G = 5.85%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F61CCD (or 0xF61CCD) is known color: Shocking Pink. HEX triplet: F6, 1C and CD. RGB value is (246,28,205). Sum of RGB (Red+Green+Blue) = 246+28+205=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61CCD is #09E332. Grayscale: #707070. Windows color (decimal): -647987 or 13442294. OLE color: 13442294.

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

Color convert

RGB 246 28 205 -
CMYK 0 0.89 0.17 0.04
HSL 311.28º 0.92% 0.54% -
HSV(B) 311.28º 0.89% 0.96% -
XYZ 49.44 24.83 59.94 -
YUV 113.36 179.72 222.61 -
System Red Green Blue C M Y K H S L
Decimal 246 28 205 0 0.89 0.17 0.04 311.28 0.92 0.54
Hex F6 1C CD 0 59 11 4 137 5C 36
Octal 366 34 315 0 131 21 4 467 134 66
Binary 11110110 11100 11001101 0 1011001 10001 100 100110111 1011100 110110

Color Harmonies of #F61CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61CCD

Black with #F61CCD

Text Example


Text Example

White with #F61CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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