Html Css Color HEX #F257B9 Hot Pink

📋 copy color: '#F257B9'

red 242 ◦ green 87 ◦ blue 185

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

Shades of Hot Pink #F257B9

Tints of Hot Pink #F257B9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.93%

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 47.08%
G = 16.93%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F257B9 (or 0xF257B9) is known color: Hot Pink. HEX triplet: F2, 57 and B9. RGB value is (242,87,185). Sum of RGB (Red+Green+Blue) = 242+87+185=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F257B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257B9 is #0DA846. Grayscale: #909090. Windows color (decimal): -895047 or 12146674. OLE color: 12146674.

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

Color convert

RGB 242 87 185 -
CMYK 0 0.64 0.24 0.05
HSL 322.06º 0.86% 0.65% -
HSV(B) 322.06º 0.64% 0.95% -
XYZ 48.78 29.2 48.96 -
YUV 144.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 242 87 185 0 0.64 0.24 0.05 322.06 0.86 0.65
Hex F2 57 B9 0 40 18 5 142 56 41
Octal 362 127 271 0 100 30 5 502 126 101
Binary 11110010 1010111 10111001 0 1000000 11000 101 101000010 1010110 1000001

Color Harmonies of #F257B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F257B9

Black with #F257B9

Text Example


Text Example

White with #F257B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F257B9; }

 p { color: rgb(242,87,185); }

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

background-color css

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

 a { background-color: rgb(242,87,185); }

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

border-color css

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

 span { border-color: rgb(242,87,185); }

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