Html Css Color HEX #F25ABA Hot Pink

📋 copy color: '#F25ABA'

red 242 ◦ green 90 ◦ blue 186

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

Shades of Hot Pink #F25ABA

Tints of Hot Pink #F25ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 46.72%
G = 17.37%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F25ABA (or 0xF25ABA) is known color: Hot Pink. HEX triplet: F2, 5A and BA. RGB value is (242,90,186). Sum of RGB (Red+Green+Blue) = 242+90+186=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ABA is #0DA545. Grayscale: #929292. Windows color (decimal): -894278 or 12212978. OLE color: 12212978.

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

Color convert

RGB 242 90 186 -
CMYK 0 0.63 0.23 0.05
HSL 322.11º 0.85% 0.65% -
HSV(B) 322.11º 0.63% 0.95% -
XYZ 49.14 29.73 49.6 -
YUV 146.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 242 90 186 0 0.63 0.23 0.05 322.11 0.85 0.65
Hex F2 5A BA 0 3F 17 5 142 55 41
Octal 362 132 272 0 77 27 5 502 125 101
Binary 11110010 1011010 10111010 0 111111 10111 101 101000010 1010101 1000001

Color Harmonies of #F25ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25ABA

Black with #F25ABA

Text Example


Text Example

White with #F25ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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