Html Css Color HEX #F25AB2 Hot Pink

📋 copy color: '#F25AB2'

red 242 ◦ green 90 ◦ blue 178

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

Shades of Hot Pink #F25AB2

Tints of Hot Pink #F25AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 47.45%
G = 17.65%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F25AB2 (or 0xF25AB2) is known color: Hot Pink. HEX triplet: F2, 5A and B2. RGB value is (242,90,178). Sum of RGB (Red+Green+Blue) = 242+90+178=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25AB2 is #0DA54D. Grayscale: #919191. Windows color (decimal): -894286 or 11688690. OLE color: 11688690.

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

Color convert

RGB 242 90 178 -
CMYK 0 0.63 0.26 0.05
HSL 325.26º 0.85% 0.65% -
HSV(B) 325.26º 0.63% 0.95% -
XYZ 48.31 29.4 45.25 -
YUV 145.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 242 90 178 0 0.63 0.26 0.05 325.26 0.85 0.65
Hex F2 5A B2 0 3F 1A 5 145 55 41
Octal 362 132 262 0 77 32 5 505 125 101
Binary 11110010 1011010 10110010 0 111111 11010 101 101000101 1010101 1000001

Color Harmonies of #F25AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AB2

Black with #F25AB2

Text Example


Text Example

White with #F25AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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