Html Css Color HEX #F25EBA Hot Pink

📋 copy color: '#F25EBA'

red 242 ◦ green 94 ◦ blue 186

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

Shades of Hot Pink #F25EBA

Tints of Hot Pink #F25EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 46.36%
G = 18.01%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F25EBA (or 0xF25EBA) is known color: Hot Pink. HEX triplet: F2, 5E and BA. RGB value is (242,94,186). Sum of RGB (Red+Green+Blue) = 242+94+186=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EBA is #0DA145. Grayscale: #949494. Windows color (decimal): -893254 or 12214002. OLE color: 12214002.

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

Color convert

RGB 242 94 186 -
CMYK 0 0.61 0.23 0.05
HSL 322.7º 0.85% 0.66% -
HSV(B) 322.7º 0.61% 0.95% -
XYZ 49.48 30.43 49.72 -
YUV 148.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 242 94 186 0 0.61 0.23 0.05 322.7 0.85 0.66
Hex F2 5E BA 0 3D 17 5 143 55 42
Octal 362 136 272 0 75 27 5 503 125 102
Binary 11110010 1011110 10111010 0 111101 10111 101 101000011 1010101 1000010

Color Harmonies of #F25EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EBA

Black with #F25EBA

Text Example


Text Example

White with #F25EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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