Html Css Color HEX #F25BB7 Hot Pink

📋 copy color: '#F25BB7'

red 242 ◦ green 91 ◦ blue 183

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

Shades of Hot Pink #F25BB7

Tints of Hot Pink #F25BB7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.64%

 BLUE value IS 183 (71.88% from 255) = 35.47%

R = 46.9%
G = 17.64%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F25BB7 (or 0xF25BB7) is known color: Hot Pink. HEX triplet: F2, 5B and B7. RGB value is (242,91,183). Sum of RGB (Red+Green+Blue) = 242+91+183=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BB7 is #0DA448. Grayscale: #929292. Windows color (decimal): -894025 or 12016626. OLE color: 12016626.

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

Color convert

RGB 242 91 183 -
CMYK 0 0.62 0.24 0.05
HSL 323.44º 0.85% 0.65% -
HSV(B) 323.44º 0.62% 0.95% -
XYZ 48.91 29.78 47.97 -
YUV 146.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 242 91 183 0 0.62 0.24 0.05 323.44 0.85 0.65
Hex F2 5B B7 0 3E 18 5 143 55 41
Octal 362 133 267 0 76 30 5 503 125 101
Binary 11110010 1011011 10110111 0 111110 11000 101 101000011 1010101 1000001

Color Harmonies of #F25BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BB7

Black with #F25BB7

Text Example


Text Example

White with #F25BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BB7; }

 p { color: rgb(242,91,183); }

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

background-color css

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

 a { background-color: rgb(242,91,183); }

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

border-color css

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

 span { border-color: rgb(242,91,183); }

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