Html Css Color HEX #F25FB2 Hot Pink

📋 copy color: '#F25FB2'

red 242 ◦ green 95 ◦ blue 178

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

Shades of Hot Pink #F25FB2

Tints of Hot Pink #F25FB2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.45%

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

R = 46.99%
G = 18.45%
B = 34.56%

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

#F25FB2 (or 0xF25FB2) is known color: Hot Pink. HEX triplet: F2, 5F and B2. RGB value is (242,95,178). Sum of RGB (Red+Green+Blue) = 242+95+178=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25FB2 is #0DA04D. Grayscale: #949494. Windows color (decimal): -893006 or 11689970. OLE color: 11689970.

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

Color convert

RGB 242 95 178 -
CMYK 0 0.61 0.26 0.05
HSL 326.12º 0.85% 0.66% -
HSV(B) 326.12º 0.61% 0.95% -
XYZ 48.75 30.28 45.39 -
YUV 148.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 242 95 178 0 0.61 0.26 0.05 326.12 0.85 0.66
Hex F2 5F B2 0 3D 1A 5 146 55 42
Octal 362 137 262 0 75 32 5 506 125 102
Binary 11110010 1011111 10110010 0 111101 11010 101 101000110 1010101 1000010

Color Harmonies of #F25FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25FB2

Black with #F25FB2

Text Example


Text Example

White with #F25FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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