Html Css Color HEX #F258BB Hot Pink

📋 copy color: '#F258BB'

red 242 ◦ green 88 ◦ blue 187

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

Shades of Hot Pink #F258BB

Tints of Hot Pink #F258BB

RGB

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

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

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

R = 46.81%
G = 17.02%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F258BB (or 0xF258BB) is known color: Hot Pink. HEX triplet: F2, 58 and BB. RGB value is (242,88,187). Sum of RGB (Red+Green+Blue) = 242+88+187=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F258BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258BB is #0DA744. Grayscale: #919191. Windows color (decimal): -894789 or 12278002. OLE color: 12278002.

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

Color convert

RGB 242 88 187 -
CMYK 0 0.64 0.23 0.05
HSL 321.43º 0.86% 0.65% -
HSV(B) 321.43º 0.64% 0.95% -
XYZ 49.08 29.44 50.11 -
YUV 145.33 151.52 196.95 -
System Red Green Blue C M Y K H S L
Decimal 242 88 187 0 0.64 0.23 0.05 321.43 0.86 0.65
Hex F2 58 BB 0 40 17 5 141 56 41
Octal 362 130 273 0 100 27 5 501 126 101
Binary 11110010 1011000 10111011 0 1000000 10111 101 101000001 1010110 1000001

Color Harmonies of #F258BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258BB

Black with #F258BB

Text Example


Text Example

White with #F258BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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