Html Css Color HEX #F901BD Shocking Pink

📋 copy color: '#F901BD'

red 249 ◦ green 1 ◦ blue 189

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

Shades of Shocking Pink #F901BD

Tints of Shocking Pink #F901BD

RGB

 RED value IS 249 (97.66% from 255) = 56.72%

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 56.72%
G = 0.23%
B = 43.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F901BD (or 0xF901BD) is known color: Shocking Pink. HEX triplet: F9, 01 and BD. RGB value is (249,1,189). Sum of RGB (Red+Green+Blue) = 249+1+189=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F901BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901BD is #06FE42. Grayscale: #606060. Windows color (decimal): -458307 or 12386809. OLE color: 12386809.

HSL color Cylindrical-coordinate representation of color #F901BD: hue angle of 314.52º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901BD is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 189 -
CMYK 0 1.00 0.24 0.02
HSL 314.52º 0.99% 0.49% -
HSV(B) 314.52º 1% 0.98% -
XYZ 48.26 23.84 50.2 -
YUV 96.58 180.16 236.71 -
System Red Green Blue C M Y K H S L
Decimal 249 1 189 0 1.00 0.24 0.02 314.52 0.99 0.49
Hex F9 1 BD 0 64 18 2 13B 63 31
Octal 371 1 275 0 144 30 2 473 143 61
Binary 11111001 1 10111101 0 1100100 11000 10 100111011 1100011 110001

Color Harmonies of #F901BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901BD

Black with #F901BD

Text Example


Text Example

White with #F901BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901BD; }

 p { color: rgb(249,1,189); }

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

background-color css

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

 a { background-color: rgb(249,1,189); }

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

border-color css

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

 span { border-color: rgb(249,1,189); }

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