Html Css Color HEX #F25FAB Hot Pink

📋 copy color: '#F25FAB'

red 242 ◦ green 95 ◦ blue 171

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

Shades of Hot Pink #F25FAB

Tints of Hot Pink #F25FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.7%

 BLUE value IS 171 (67.19% from 255) = 33.66%

R = 47.64%
G = 18.7%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F25FAB (or 0xF25FAB) is known color: Hot Pink. HEX triplet: F2, 5F and AB. RGB value is (242,95,171). Sum of RGB (Red+Green+Blue) = 242+95+171=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25FAB is #0DA054. Grayscale: #939393. Windows color (decimal): -893013 or 11231218. OLE color: 11231218.

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

Color convert

RGB 242 95 171 -
CMYK 0 0.61 0.29 0.05
HSL 328.98º 0.85% 0.66% -
HSV(B) 328.98º 0.61% 0.95% -
XYZ 48.06 30 41.79 -
YUV 147.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 242 95 171 0 0.61 0.29 0.05 328.98 0.85 0.66
Hex F2 5F AB 0 3D 1D 5 149 55 42
Octal 362 137 253 0 75 35 5 511 125 102
Binary 11110010 1011111 10101011 0 111101 11101 101 101001001 1010101 1000010

Color Harmonies of #F25FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25FAB

Black with #F25FAB

Text Example


Text Example

White with #F25FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25FAB; }

 p { color: rgb(242,95,171); }

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

background-color css

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

 a { background-color: rgb(242,95,171); }

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

border-color css

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

 span { border-color: rgb(242,95,171); }

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