Html Css Color HEX #F158B2 Hot Pink

📋 copy color: '#F158B2'

red 241 ◦ green 88 ◦ blue 178

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

Shades of Hot Pink #F158B2

Tints of Hot Pink #F158B2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.36%

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 47.53%
G = 17.36%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F158B2 (or 0xF158B2) is known color: Hot Pink. HEX triplet: F1, 58 and B2. RGB value is (241,88,178). Sum of RGB (Red+Green+Blue) = 241+88+178=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F158B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F158B2 is #0EA74D. Grayscale: #8F8F8F. Windows color (decimal): -960334 or 11688177. OLE color: 11688177.

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

Color convert

RGB 241 88 178 -
CMYK 0 0.63 0.26 0.05
HSL 324.71º 0.85% 0.65% -
HSV(B) 324.71º 0.63% 0.95% -
XYZ 47.8 28.89 45.18 -
YUV 144.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 241 88 178 0 0.63 0.26 0.05 324.71 0.85 0.65
Hex F1 58 B2 0 3F 1A 5 145 55 41
Octal 361 130 262 0 77 32 5 505 125 101
Binary 11110001 1011000 10110010 0 111111 11010 101 101000101 1010101 1000001

Color Harmonies of #F158B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158B2

Black with #F158B2

Text Example


Text Example

White with #F158B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158B2; }

 p { color: rgb(241,88,178); }

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

background-color css

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

 a { background-color: rgb(241,88,178); }

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

border-color css

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

 span { border-color: rgb(241,88,178); }

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