Html Css Color HEX #F257BE Hot Pink

📋 copy color: '#F257BE'

red 242 ◦ green 87 ◦ blue 190

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

Shades of Hot Pink #F257BE

Tints of Hot Pink #F257BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 46.63%
G = 16.76%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F257BE (or 0xF257BE) is known color: Hot Pink. HEX triplet: F2, 57 and BE. RGB value is (242,87,190). Sum of RGB (Red+Green+Blue) = 242+87+190=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F257BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257BE is #0DA841. Grayscale: #909090. Windows color (decimal): -895042 or 12474354. OLE color: 12474354.

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

Color convert

RGB 242 87 190 -
CMYK 0 0.64 0.21 0.05
HSL 320.13º 0.86% 0.65% -
HSV(B) 320.13º 0.64% 0.95% -
XYZ 49.32 29.41 51.79 -
YUV 145.09 153.35 197.12 -
System Red Green Blue C M Y K H S L
Decimal 242 87 190 0 0.64 0.21 0.05 320.13 0.86 0.65
Hex F2 57 BE 0 40 15 5 140 56 41
Octal 362 127 276 0 100 25 5 500 126 101
Binary 11110010 1010111 10111110 0 1000000 10101 101 101000000 1010110 1000001

Color Harmonies of #F257BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F257BE

Black with #F257BE

Text Example


Text Example

White with #F257BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F257BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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