Html Css Color HEX #F25AB8 Hot Pink

📋 copy color: '#F25AB8'

red 242 ◦ green 90 ◦ blue 184

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

Shades of Hot Pink #F25AB8

Tints of Hot Pink #F25AB8

RGB

 RED value IS 242 (94.92% from 255) = 46.9%

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

 BLUE value IS 184 (72.27% from 255) = 35.66%

R = 46.9%
G = 17.44%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F25AB8 (or 0xF25AB8) is known color: Hot Pink. HEX triplet: F2, 5A and B8. RGB value is (242,90,184). Sum of RGB (Red+Green+Blue) = 242+90+184=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AB8 is #0DA547. Grayscale: #919191. Windows color (decimal): -894280 or 12081906. OLE color: 12081906.

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

Color convert

RGB 242 90 184 -
CMYK 0 0.63 0.24 0.05
HSL 322.89º 0.85% 0.65% -
HSV(B) 322.89º 0.63% 0.95% -
XYZ 48.93 29.65 48.49 -
YUV 146.16 149.36 196.36 -
System Red Green Blue C M Y K H S L
Decimal 242 90 184 0 0.63 0.24 0.05 322.89 0.85 0.65
Hex F2 5A B8 0 3F 18 5 143 55 41
Octal 362 132 270 0 77 30 5 503 125 101
Binary 11110010 1011010 10111000 0 111111 11000 101 101000011 1010101 1000001

Color Harmonies of #F25AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AB8

Black with #F25AB8

Text Example


Text Example

White with #F25AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AB8; }

 p { color: rgb(242,90,184); }

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

background-color css

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

 a { background-color: rgb(242,90,184); }

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

border-color css

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

 span { border-color: rgb(242,90,184); }

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