Html Css Color HEX #F61ACD Shocking Pink

📋 copy color: '#F61ACD'

red 246 ◦ green 26 ◦ blue 205

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

Shades of Shocking Pink #F61ACD

Tints of Shocking Pink #F61ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.45%

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

R = 51.57%
G = 5.45%
B = 42.98%

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

#F61ACD (or 0xF61ACD) is known color: Shocking Pink. HEX triplet: F6, 1A and CD. RGB value is (246,26,205). Sum of RGB (Red+Green+Blue) = 246+26+205=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ACD is #09E532. Grayscale: #6F6F6F. Windows color (decimal): -648499 or 13441782. OLE color: 13441782.

HSL color Cylindrical-coordinate representation of color #F61ACD: hue angle of 311.18º degrees, saturation: 0.92, 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 #F61ACD is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 26 205 -
CMYK 0 0.89 0.17 0.04
HSL 311.18º 0.92% 0.53% -
HSV(B) 311.18º 0.89% 0.96% -
XYZ 49.39 24.74 59.93 -
YUV 112.19 180.39 223.45 -
System Red Green Blue C M Y K H S L
Decimal 246 26 205 0 0.89 0.17 0.04 311.18 0.92 0.53
Hex F6 1A CD 0 59 11 4 137 5C 35
Octal 366 32 315 0 131 21 4 467 134 65
Binary 11110110 11010 11001101 0 1011001 10001 100 100110111 1011100 110101

Color Harmonies of #F61ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61ACD

Black with #F61ACD

Text Example


Text Example

White with #F61ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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