Html Css Color HEX #F15ABC Hot Pink

📋 copy color: '#F15ABC'

red 241 ◦ green 90 ◦ blue 188

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

Shades of Hot Pink #F15ABC

Tints of Hot Pink #F15ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.34%

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

R = 46.44%
G = 17.34%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F15ABC (or 0xF15ABC) is known color: Hot Pink. HEX triplet: F1, 5A and BC. RGB value is (241,90,188). Sum of RGB (Red+Green+Blue) = 241+90+188=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ABC is #0EA543. Grayscale: #929292. Windows color (decimal): -959812 or 12344049. OLE color: 12344049.

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

Color convert

RGB 241 90 188 -
CMYK 0 0.63 0.22 0.05
HSL 321.06º 0.84% 0.65% -
HSV(B) 321.06º 0.63% 0.95% -
XYZ 49.01 29.64 50.72 -
YUV 146.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 241 90 188 0 0.63 0.22 0.05 321.06 0.84 0.65
Hex F1 5A BC 0 3F 16 5 141 54 41
Octal 361 132 274 0 77 26 5 501 124 101
Binary 11110001 1011010 10111100 0 111111 10110 101 101000001 1010100 1000001

Color Harmonies of #F15ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15ABC

Black with #F15ABC

Text Example


Text Example

White with #F15ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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