Html Css Color HEX #F61BD4 Shocking Pink

📋 copy color: '#F61BD4'

red 246 ◦ green 27 ◦ blue 212

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

Shades of Shocking Pink #F61BD4

Tints of Shocking Pink #F61BD4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.57%

 BLUE value IS 212 (83.2% from 255) = 43.71%

R = 50.72%
G = 5.57%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F61BD4 (or 0xF61BD4) is known color: Shocking Pink. HEX triplet: F6, 1B and D4. RGB value is (246,27,212). Sum of RGB (Red+Green+Blue) = 246+27+212=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 27 (10.94% from 255 or 5.57% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61BD4 is #09E42B. Grayscale: #717171. Windows color (decimal): -648236 or 13900790. OLE color: 13900790.

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

Color convert

RGB 246 27 212 -
CMYK 0 0.89 0.14 0.04
HSL 309.32º 0.92% 0.54% -
HSV(B) 309.32º 0.89% 0.96% -
XYZ 50.28 25.13 64.49 -
YUV 113.57 183.55 222.46 -
System Red Green Blue C M Y K H S L
Decimal 246 27 212 0 0.89 0.14 0.04 309.32 0.92 0.54
Hex F6 1B D4 0 59 E 4 135 5C 36
Octal 366 33 324 0 131 16 4 465 134 66
Binary 11110110 11011 11010100 0 1011001 1110 100 100110101 1011100 110110

Color Harmonies of #F61BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61BD4

Black with #F61BD4

Text Example


Text Example

White with #F61BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61BD4; }

 p { color: rgb(246,27,212); }

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

background-color css

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

 a { background-color: rgb(246,27,212); }

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

border-color css

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

 span { border-color: rgb(246,27,212); }

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