Html Css Color HEX #F25ABC Hot Pink

📋 copy color: '#F25ABC'

red 242 ◦ green 90 ◦ blue 188

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

Shades of Hot Pink #F25ABC

Tints of Hot Pink #F25ABC

RGB

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

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

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

R = 46.54%
G = 17.31%
B = 36.15%

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

#F25ABC (or 0xF25ABC) is known color: Hot Pink. HEX triplet: F2, 5A and BC. RGB value is (242,90,188). Sum of RGB (Red+Green+Blue) = 242+90+188=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ABC is #0DA543. Grayscale: #929292. Windows color (decimal): -894276 or 12344050. OLE color: 12344050.

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

Color convert

RGB 242 90 188 -
CMYK 0 0.63 0.22 0.05
HSL 321.32º 0.85% 0.65% -
HSV(B) 321.32º 0.63% 0.95% -
XYZ 49.35 29.82 50.73 -
YUV 146.62 151.36 196.03 -
System Red Green Blue C M Y K H S L
Decimal 242 90 188 0 0.63 0.22 0.05 321.32 0.85 0.65
Hex F2 5A BC 0 3F 16 5 141 55 41
Octal 362 132 274 0 77 26 5 501 125 101
Binary 11110010 1011010 10111100 0 111111 10110 101 101000001 1010101 1000001

Color Harmonies of #F25ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25ABC

Black with #F25ABC

Text Example


Text Example

White with #F25ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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