Html Css Color HEX #F150BF Hot Pink

📋 copy color: '#F150BF'

red 241 ◦ green 80 ◦ blue 191

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

Shades of Hot Pink #F150BF

Tints of Hot Pink #F150BF

RGB

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

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

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

R = 47.07%
G = 15.63%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F150BF (or 0xF150BF) is known color: Hot Pink. HEX triplet: F1, 50 and BF. RGB value is (241,80,191). Sum of RGB (Red+Green+Blue) = 241+80+191=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F150BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150BF is #0EAF40. Grayscale: #8C8C8C. Windows color (decimal): -962369 or 12538097. OLE color: 12538097.

HSL color Cylindrical-coordinate representation of color #F150BF: hue angle of 318.63º 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 #F150BF is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 191 -
CMYK 0 0.67 0.21 0.05
HSL 318.63º 0.85% 0.63% -
HSV(B) 318.63º 0.67% 0.95% -
XYZ 48.55 28.2 52.17 -
YUV 140.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 241 80 191 0 0.67 0.21 0.05 318.63 0.85 0.63
Hex F1 50 BF 0 43 15 5 13F 55 3F
Octal 361 120 277 0 103 25 5 477 125 77
Binary 11110001 1010000 10111111 0 1000011 10101 101 100111111 1010101 111111

Color Harmonies of #F150BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150BF

Black with #F150BF

Text Example


Text Example

White with #F150BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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