Html Css Color HEX #F25CB5 Hot Pink

📋 copy color: '#F25CB5'

red 242 ◦ green 92 ◦ blue 181

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

Shades of Hot Pink #F25CB5

Tints of Hot Pink #F25CB5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.86%

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 46.99%
G = 17.86%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F25CB5 (or 0xF25CB5) is known color: Hot Pink. HEX triplet: F2, 5C and B5. RGB value is (242,92,181). Sum of RGB (Red+Green+Blue) = 242+92+181=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CB5 is #0DA34A. Grayscale: #929292. Windows color (decimal): -893771 or 11885810. OLE color: 11885810.

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

Color convert

RGB 242 92 181 -
CMYK 0 0.62 0.25 0.05
HSL 324.4º 0.85% 0.65% -
HSV(B) 324.4º 0.62% 0.95% -
XYZ 48.79 29.87 46.91 -
YUV 147 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 242 92 181 0 0.62 0.25 0.05 324.4 0.85 0.65
Hex F2 5C B5 0 3E 19 5 144 55 41
Octal 362 134 265 0 76 31 5 504 125 101
Binary 11110010 1011100 10110101 0 111110 11001 101 101000100 1010101 1000001

Color Harmonies of #F25CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CB5

Black with #F25CB5

Text Example


Text Example

White with #F25CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CB5; }

 p { color: rgb(242,92,181); }

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

background-color css

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

 a { background-color: rgb(242,92,181); }

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

border-color css

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

 span { border-color: rgb(242,92,181); }

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