Html Css Color HEX #F258B7 Hot Pink

📋 copy color: '#F258B7'

red 242 ◦ green 88 ◦ blue 183

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

Shades of Hot Pink #F258B7

Tints of Hot Pink #F258B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.67%

R = 47.17%
G = 17.15%
B = 35.67%

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

#F258B7 (or 0xF258B7) is known color: Hot Pink. HEX triplet: F2, 58 and B7. RGB value is (242,88,183). Sum of RGB (Red+Green+Blue) = 242+88+183=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F258B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258B7 is #0DA748. Grayscale: #909090. Windows color (decimal): -894793 or 12015858. OLE color: 12015858.

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

Color convert

RGB 242 88 183 -
CMYK 0 0.64 0.24 0.05
HSL 322.99º 0.86% 0.65% -
HSV(B) 322.99º 0.64% 0.95% -
XYZ 48.65 29.28 47.89 -
YUV 144.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 242 88 183 0 0.64 0.24 0.05 322.99 0.86 0.65
Hex F2 58 B7 0 40 18 5 143 56 41
Octal 362 130 267 0 100 30 5 503 126 101
Binary 11110010 1011000 10110111 0 1000000 11000 101 101000011 1010110 1000001

Color Harmonies of #F258B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258B7

Black with #F258B7

Text Example


Text Example

White with #F258B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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