Html Css Color HEX #F154B9 Hot Pink

📋 copy color: '#F154B9'

red 241 ◦ green 84 ◦ blue 185

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

Shades of Hot Pink #F154B9

Tints of Hot Pink #F154B9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.47%

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 47.25%
G = 16.47%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F154B9 (or 0xF154B9) is known color: Hot Pink. HEX triplet: F1, 54 and B9. RGB value is (241,84,185). Sum of RGB (Red+Green+Blue) = 241+84+185=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F154B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154B9 is #0EAB46. Grayscale: #8E8E8E. Windows color (decimal): -961351 or 12145905. OLE color: 12145905.

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

Color convert

RGB 241 84 185 -
CMYK 0 0.65 0.23 0.05
HSL 321.4º 0.85% 0.64% -
HSV(B) 321.4º 0.65% 0.95% -
XYZ 48.2 28.54 48.87 -
YUV 142.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 241 84 185 0 0.65 0.23 0.05 321.4 0.85 0.64
Hex F1 54 B9 0 41 17 5 141 55 40
Octal 361 124 271 0 101 27 5 501 125 100
Binary 11110001 1010100 10111001 0 1000001 10111 101 101000001 1010101 1000000

Color Harmonies of #F154B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F154B9

Black with #F154B9

Text Example


Text Example

White with #F154B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F154B9; }

 p { color: rgb(241,84,185); }

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

background-color css

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

 a { background-color: rgb(241,84,185); }

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

border-color css

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

 span { border-color: rgb(241,84,185); }

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