Html Css Color HEX #F61BBD Shocking Pink

📋 copy color: '#F61BBD'

red 246 ◦ green 27 ◦ blue 189

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

Shades of Shocking Pink #F61BBD

Tints of Shocking Pink #F61BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 53.25%
G = 5.84%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F61BBD (or 0xF61BBD) is known color: Shocking Pink. HEX triplet: F6, 1B and BD. RGB value is (246,27,189). Sum of RGB (Red+Green+Blue) = 246+27+189=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61BBD is #09E442. Grayscale: #6E6E6E. Windows color (decimal): -648259 or 12393462. OLE color: 12393462.

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

Color convert

RGB 246 27 189 -
CMYK 0 0.89 0.23 0.04
HSL 315.62º 0.92% 0.54% -
HSV(B) 315.62º 0.89% 0.96% -
XYZ 47.58 24.05 50.28 -
YUV 110.95 172.05 224.33 -
System Red Green Blue C M Y K H S L
Decimal 246 27 189 0 0.89 0.23 0.04 315.62 0.92 0.54
Hex F6 1B BD 0 59 17 4 13C 5C 36
Octal 366 33 275 0 131 27 4 474 134 66
Binary 11110110 11011 10111101 0 1011001 10111 100 100111100 1011100 110110

Color Harmonies of #F61BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61BBD

Black with #F61BBD

Text Example


Text Example

White with #F61BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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