Html Css Color HEX #F258BE Hot Pink

📋 copy color: '#F258BE'

red 242 ◦ green 88 ◦ blue 190

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

Shades of Hot Pink #F258BE

Tints of Hot Pink #F258BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.92%

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

R = 46.54%
G = 16.92%
B = 36.54%

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

#F258BE (or 0xF258BE) is known color: Hot Pink. HEX triplet: F2, 58 and BE. RGB value is (242,88,190). Sum of RGB (Red+Green+Blue) = 242+88+190=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F258BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258BE is #0DA741. Grayscale: #919191. Windows color (decimal): -894786 or 12474610. OLE color: 12474610.

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

Color convert

RGB 242 88 190 -
CMYK 0 0.64 0.21 0.05
HSL 320.26º 0.86% 0.65% -
HSV(B) 320.26º 0.64% 0.95% -
XYZ 49.4 29.57 51.82 -
YUV 145.67 153.02 196.71 -
System Red Green Blue C M Y K H S L
Decimal 242 88 190 0 0.64 0.21 0.05 320.26 0.86 0.65
Hex F2 58 BE 0 40 15 5 140 56 41
Octal 362 130 276 0 100 25 5 500 126 101
Binary 11110010 1011000 10111110 0 1000000 10101 101 101000000 1010110 1000001

Color Harmonies of #F258BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258BE

Black with #F258BE

Text Example


Text Example

White with #F258BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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