Html Css Color HEX #F25EB2 Hot Pink

📋 copy color: '#F25EB2'

red 242 ◦ green 94 ◦ blue 178

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

Shades of Hot Pink #F25EB2

Tints of Hot Pink #F25EB2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.29%

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

R = 47.08%
G = 18.29%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F25EB2 (or 0xF25EB2) is known color: Hot Pink. HEX triplet: F2, 5E and B2. RGB value is (242,94,178). Sum of RGB (Red+Green+Blue) = 242+94+178=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25EB2 is #0DA14D. Grayscale: #939393. Windows color (decimal): -893262 or 11689714. OLE color: 11689714.

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

Color convert

RGB 242 94 178 -
CMYK 0 0.61 0.26 0.05
HSL 325.95º 0.85% 0.66% -
HSV(B) 325.95º 0.61% 0.95% -
XYZ 48.66 30.1 45.36 -
YUV 147.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 242 94 178 0 0.61 0.26 0.05 325.95 0.85 0.66
Hex F2 5E B2 0 3D 1A 5 146 55 42
Octal 362 136 262 0 75 32 5 506 125 102
Binary 11110010 1011110 10110010 0 111101 11010 101 101000110 1010101 1000010

Color Harmonies of #F25EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EB2

Black with #F25EB2

Text Example


Text Example

White with #F25EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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