Html Css Color HEX #F25DBB Hot Pink

📋 copy color: '#F25DBB'

red 242 ◦ green 93 ◦ blue 187

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

Shades of Hot Pink #F25DBB

Tints of Hot Pink #F25DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.82%

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

R = 46.36%
G = 17.82%
B = 35.82%

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

#F25DBB (or 0xF25DBB) is known color: Hot Pink. HEX triplet: F2, 5D and BB. RGB value is (242,93,187). Sum of RGB (Red+Green+Blue) = 242+93+187=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DBB is #0DA244. Grayscale: #949494. Windows color (decimal): -893509 or 12279282. OLE color: 12279282.

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

Color convert

RGB 242 93 187 -
CMYK 0 0.62 0.23 0.05
HSL 322.15º 0.85% 0.66% -
HSV(B) 322.15º 0.62% 0.95% -
XYZ 49.5 30.29 50.25 -
YUV 148.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 242 93 187 0 0.62 0.23 0.05 322.15 0.85 0.66
Hex F2 5D BB 0 3E 17 5 142 55 42
Octal 362 135 273 0 76 27 5 502 125 102
Binary 11110010 1011101 10111011 0 111110 10111 101 101000010 1010101 1000010

Color Harmonies of #F25DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DBB

Black with #F25DBB

Text Example


Text Example

White with #F25DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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