Html Css Color HEX #FF0FBB Shocking Pink

📋 copy color: '#FF0FBB'

red 255 ◦ green 15 ◦ blue 187

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

Shades of Shocking Pink #FF0FBB

Tints of Shocking Pink #FF0FBB

RGB

 RED value IS 255 (100% from 255) = 55.8%

 GREEN value IS 15 (6.25% from 255) = 3.28%

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 55.8%
G = 3.28%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF0FBB (or 0xFF0FBB) is known color: Shocking Pink. HEX triplet: FF, 0F and BB. RGB value is (255,15,187). Sum of RGB (Red+Green+Blue) = 255+15+187=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FBB is #00F044. Grayscale: #696969. Windows color (decimal): -61509 or 12259327. OLE color: 12259327.

HSL color Cylindrical-coordinate representation of color #FF0FBB: hue angle of 317º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FBB is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 15 187 -
CMYK 0 0.94 0.27 0
HSL 317º 1% 0.53% -
HSV(B) 317º 0.94% 1% -
XYZ 50.38 25.19 49.22 -
YUV 106.37 173.51 234.01 -
System Red Green Blue C M Y K H S L
Decimal 255 15 187 0 0.94 0.27 0 317 1 0.53
Hex FF F BB 0 5E 1B 0 13D 64 35
Octal 377 17 273 0 136 33 0 475 144 65
Binary 11111111 1111 10111011 0 1011110 11011 0 100111101 1100100 110101

Color Harmonies of #FF0FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0FBB

Black with #FF0FBB

Text Example


Text Example

White with #FF0FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0FBB; }

 p { color: rgb(255,15,187); }

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

background-color css

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

 a { background-color: rgb(255,15,187); }

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

border-color css

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

 span { border-color: rgb(255,15,187); }

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