Html Css Color HEX #F152BE Hot Pink

📋 copy color: '#F152BE'

red 241 ◦ green 82 ◦ blue 190

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

Shades of Hot Pink #F152BE

Tints of Hot Pink #F152BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 46.98%
G = 15.98%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F152BE (or 0xF152BE) is known color: Hot Pink. HEX triplet: F1, 52 and BE. RGB value is (241,82,190). Sum of RGB (Red+Green+Blue) = 241+82+190=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F152BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F152BE is #0EAD41. Grayscale: #8D8D8D. Windows color (decimal): -961858 or 12473073. OLE color: 12473073.

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

Color convert

RGB 241 82 190 -
CMYK 0 0.66 0.21 0.05
HSL 319.25º 0.85% 0.63% -
HSV(B) 319.25º 0.66% 0.95% -
XYZ 48.59 28.45 51.65 -
YUV 141.85 155.18 198.72 -
System Red Green Blue C M Y K H S L
Decimal 241 82 190 0 0.66 0.21 0.05 319.25 0.85 0.63
Hex F1 52 BE 0 42 15 5 13F 55 3F
Octal 361 122 276 0 102 25 5 477 125 77
Binary 11110001 1010010 10111110 0 1000010 10101 101 100111111 1010101 111111

Color Harmonies of #F152BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152BE

Black with #F152BE

Text Example


Text Example

White with #F152BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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