Html Css Color HEX #F25FB3 Hot Pink

📋 copy color: '#F25FB3'

red 242 ◦ green 95 ◦ blue 179

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

Shades of Hot Pink #F25FB3

Tints of Hot Pink #F25FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.69%

R = 46.9%
G = 18.41%
B = 34.69%

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

#F25FB3 (or 0xF25FB3) is known color: Hot Pink. HEX triplet: F2, 5F and B3. RGB value is (242,95,179). Sum of RGB (Red+Green+Blue) = 242+95+179=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FB3 is #0DA04C. Grayscale: #949494. Windows color (decimal): -893005 or 11755506. OLE color: 11755506.

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

Color convert

RGB 242 95 179 -
CMYK 0 0.61 0.26 0.05
HSL 325.71º 0.85% 0.66% -
HSV(B) 325.71º 0.61% 0.95% -
XYZ 48.85 30.32 45.92 -
YUV 148.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 242 95 179 0 0.61 0.26 0.05 325.71 0.85 0.66
Hex F2 5F B3 0 3D 1A 5 146 55 42
Octal 362 137 263 0 75 32 5 506 125 102
Binary 11110010 1011111 10110011 0 111101 11010 101 101000110 1010101 1000010

Color Harmonies of #F25FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25FB3

Black with #F25FB3

Text Example


Text Example

White with #F25FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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