Html Css Color HEX #F25AB6 Hot Pink

📋 copy color: '#F25AB6'

red 242 ◦ green 90 ◦ blue 182

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

Shades of Hot Pink #F25AB6

Tints of Hot Pink #F25AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.41%

R = 47.08%
G = 17.51%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F25AB6 (or 0xF25AB6) is known color: Hot Pink. HEX triplet: F2, 5A and B6. RGB value is (242,90,182). Sum of RGB (Red+Green+Blue) = 242+90+182=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AB6 is #0DA549. Grayscale: #919191. Windows color (decimal): -894282 or 11950834. OLE color: 11950834.

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

Color convert

RGB 242 90 182 -
CMYK 0 0.63 0.25 0.05
HSL 323.68º 0.85% 0.65% -
HSV(B) 323.68º 0.63% 0.95% -
XYZ 48.72 29.57 47.4 -
YUV 145.94 148.36 196.52 -
System Red Green Blue C M Y K H S L
Decimal 242 90 182 0 0.63 0.25 0.05 323.68 0.85 0.65
Hex F2 5A B6 0 3F 19 5 144 55 41
Octal 362 132 266 0 77 31 5 504 125 101
Binary 11110010 1011010 10110110 0 111111 11001 101 101000100 1010101 1000001

Color Harmonies of #F25AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AB6

Black with #F25AB6

Text Example


Text Example

White with #F25AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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