Html Css Color HEX #F61FCB Shocking Pink

📋 copy color: '#F61FCB'

red 246 ◦ green 31 ◦ blue 203

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

Shades of Shocking Pink #F61FCB

Tints of Shocking Pink #F61FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 51.25%
G = 6.46%
B = 42.29%

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

#F61FCB (or 0xF61FCB) is known color: Shocking Pink. HEX triplet: F6, 1F and CB. RGB value is (246,31,203). Sum of RGB (Red+Green+Blue) = 246+31+203=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61FCB is #09E034. Grayscale: #727272. Windows color (decimal): -647221 or 13311990. OLE color: 13311990.

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

Color convert

RGB 246 31 203 -
CMYK 0 0.87 0.17 0.04
HSL 312º 0.92% 0.54% -
HSV(B) 312º 0.87% 0.96% -
XYZ 49.28 24.88 58.71 -
YUV 114.89 177.73 221.51 -
System Red Green Blue C M Y K H S L
Decimal 246 31 203 0 0.87 0.17 0.04 312 0.92 0.54
Hex F6 1F CB 0 57 11 4 138 5C 36
Octal 366 37 313 0 127 21 4 470 134 66
Binary 11110110 11111 11001011 0 1010111 10001 100 100111000 1011100 110110

Color Harmonies of #F61FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61FCB

Black with #F61FCB

Text Example


Text Example

White with #F61FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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