Html Css Color HEX #F150BB Hot Pink

📋 copy color: '#F150BB'

red 241 ◦ green 80 ◦ blue 187

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

Shades of Hot Pink #F150BB

Tints of Hot Pink #F150BB

RGB

 RED value IS 241 (94.53% from 255) = 47.44%

 GREEN value IS 80 (31.64% from 255) = 15.75%

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

R = 47.44%
G = 15.75%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F150BB (or 0xF150BB) is known color: Hot Pink. HEX triplet: F1, 50 and BB. RGB value is (241,80,187). Sum of RGB (Red+Green+Blue) = 241+80+187=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F150BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150BB is #0EAF44. Grayscale: #8C8C8C. Windows color (decimal): -962373 or 12275953. OLE color: 12275953.

HSL color Cylindrical-coordinate representation of color #F150BB: hue angle of 320.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F150BB is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 187 -
CMYK 0 0.67 0.22 0.05
HSL 320.12º 0.85% 0.63% -
HSV(B) 320.12º 0.67% 0.95% -
XYZ 48.11 28.03 49.89 -
YUV 140.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 241 80 187 0 0.67 0.22 0.05 320.12 0.85 0.63
Hex F1 50 BB 0 43 16 5 140 55 3F
Octal 361 120 273 0 103 26 5 500 125 77
Binary 11110001 1010000 10111011 0 1000011 10110 101 101000000 1010101 111111

Color Harmonies of #F150BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150BB

Black with #F150BB

Text Example


Text Example

White with #F150BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150BB; }

 p { color: rgb(241,80,187); }

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

background-color css

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

 a { background-color: rgb(241,80,187); }

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

border-color css

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

 span { border-color: rgb(241,80,187); }

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