Html Css Color HEX #F152BA Hot Pink

📋 copy color: '#F152BA'

red 241 ◦ green 82 ◦ blue 186

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

Shades of Hot Pink #F152BA

Tints of Hot Pink #F152BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.11%

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 47.35%
G = 16.11%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F152BA (or 0xF152BA) is known color: Hot Pink. HEX triplet: F1, 52 and BA. RGB value is (241,82,186). Sum of RGB (Red+Green+Blue) = 241+82+186=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F152BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F152BA is #0EAD45. Grayscale: #8D8D8D. Windows color (decimal): -961862 or 12210929. OLE color: 12210929.

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

Color convert

RGB 241 82 186 -
CMYK 0 0.66 0.23 0.05
HSL 320.75º 0.85% 0.63% -
HSV(B) 320.75º 0.66% 0.95% -
XYZ 48.16 28.28 49.37 -
YUV 141.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 241 82 186 0 0.66 0.23 0.05 320.75 0.85 0.63
Hex F1 52 BA 0 42 17 5 141 55 3F
Octal 361 122 272 0 102 27 5 501 125 77
Binary 11110001 1010010 10111010 0 1000010 10111 101 101000001 1010101 111111

Color Harmonies of #F152BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152BA

Black with #F152BA

Text Example


Text Example

White with #F152BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152BA; }

 p { color: rgb(241,82,186); }

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

background-color css

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

 a { background-color: rgb(241,82,186); }

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

border-color css

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

 span { border-color: rgb(241,82,186); }

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