Html Css Color HEX #F25DAE Hot Pink

📋 copy color: '#F25DAE'

red 242 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #F25DAE

Tints of Hot Pink #F25DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.27%

 BLUE value IS 174 (68.36% from 255) = 34.18%

R = 47.54%
G = 18.27%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F25DAE (or 0xF25DAE) is known color: Hot Pink. HEX triplet: F2, 5D and AE. RGB value is (242,93,174). Sum of RGB (Red+Green+Blue) = 242+93+174=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25DAE is #0DA251. Grayscale: #929292. Windows color (decimal): -893522 or 11427314. OLE color: 11427314.

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

Color convert

RGB 242 93 174 -
CMYK 0 0.62 0.28 0.05
HSL 327.38º 0.85% 0.66% -
HSV(B) 327.38º 0.62% 0.95% -
XYZ 48.17 29.76 43.25 -
YUV 146.79 143.36 195.91 -
System Red Green Blue C M Y K H S L
Decimal 242 93 174 0 0.62 0.28 0.05 327.38 0.85 0.66
Hex F2 5D AE 0 3E 1C 5 147 55 42
Octal 362 135 256 0 76 34 5 507 125 102
Binary 11110010 1011101 10101110 0 111110 11100 101 101000111 1010101 1000010

Color Harmonies of #F25DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DAE

Black with #F25DAE

Text Example


Text Example

White with #F25DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DAE; }

 p { color: rgb(242,93,174); }

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

background-color css

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

 a { background-color: rgb(242,93,174); }

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

border-color css

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

 span { border-color: rgb(242,93,174); }

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