Html Css Color HEX #F61FBF Shocking Pink

📋 copy color: '#F61FBF'

red 246 ◦ green 31 ◦ blue 191

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

Shades of Shocking Pink #F61FBF

Tints of Shocking Pink #F61FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 52.56%
G = 6.62%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F61FBF (or 0xF61FBF) is known color: Shocking Pink. HEX triplet: F6, 1F and BF. RGB value is (246,31,191). Sum of RGB (Red+Green+Blue) = 246+31+191=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61FBF is #09E040. Grayscale: #717171. Windows color (decimal): -647233 or 12525558. OLE color: 12525558.

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

Color convert

RGB 246 31 191 -
CMYK 0 0.87 0.22 0.04
HSL 315.35º 0.92% 0.54% -
HSV(B) 315.35º 0.87% 0.96% -
XYZ 47.9 24.33 51.46 -
YUV 113.53 171.73 222.49 -
System Red Green Blue C M Y K H S L
Decimal 246 31 191 0 0.87 0.22 0.04 315.35 0.92 0.54
Hex F6 1F BF 0 57 16 4 13B 5C 36
Octal 366 37 277 0 127 26 4 473 134 66
Binary 11110110 11111 10111111 0 1010111 10110 100 100111011 1011100 110110

Color Harmonies of #F61FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61FBF

Black with #F61FBF

Text Example


Text Example

White with #F61FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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