Html Css Color HEX #F150BC Hot Pink

📋 copy color: '#F150BC'

red 241 ◦ green 80 ◦ blue 188

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

Shades of Hot Pink #F150BC

Tints of Hot Pink #F150BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 47.35%
G = 15.72%
B = 36.94%

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

#F150BC (or 0xF150BC) is known color: Hot Pink. HEX triplet: F1, 50 and BC. RGB value is (241,80,188). Sum of RGB (Red+Green+Blue) = 241+80+188=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F150BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150BC is #0EAF43. Grayscale: #8C8C8C. Windows color (decimal): -962372 or 12341489. OLE color: 12341489.

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

Color convert

RGB 241 80 188 -
CMYK 0 0.67 0.22 0.05
HSL 319.75º 0.85% 0.63% -
HSV(B) 319.75º 0.67% 0.95% -
XYZ 48.22 28.07 50.45 -
YUV 140.45 154.84 199.72 -
System Red Green Blue C M Y K H S L
Decimal 241 80 188 0 0.67 0.22 0.05 319.75 0.85 0.63
Hex F1 50 BC 0 43 16 5 140 55 3F
Octal 361 120 274 0 103 26 5 500 125 77
Binary 11110001 1010000 10111100 0 1000011 10110 101 101000000 1010101 111111

Color Harmonies of #F150BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150BC

Black with #F150BC

Text Example


Text Example

White with #F150BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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