Html Css Color HEX #F25BBB Hot Pink

📋 copy color: '#F25BBB'

red 242 ◦ green 91 ◦ blue 187

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

Shades of Hot Pink #F25BBB

Tints of Hot Pink #F25BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 46.54%
G = 17.5%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F25BBB (or 0xF25BBB) is known color: Hot Pink. HEX triplet: F2, 5B and BB. RGB value is (242,91,187). Sum of RGB (Red+Green+Blue) = 242+91+187=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BBB is #0DA444. Grayscale: #929292. Windows color (decimal): -894021 or 12278770. OLE color: 12278770.

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

Color convert

RGB 242 91 187 -
CMYK 0 0.62 0.23 0.05
HSL 321.85º 0.85% 0.65% -
HSV(B) 321.85º 0.62% 0.95% -
XYZ 49.33 29.95 50.19 -
YUV 147.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 242 91 187 0 0.62 0.23 0.05 321.85 0.85 0.65
Hex F2 5B BB 0 3E 17 5 142 55 41
Octal 362 133 273 0 76 27 5 502 125 101
Binary 11110010 1011011 10111011 0 111110 10111 101 101000010 1010101 1000001

Color Harmonies of #F25BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BBB

Black with #F25BBB

Text Example


Text Example

White with #F25BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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