Html Css Color HEX #F251BD Hot Pink

📋 copy color: '#F251BD'

red 242 ◦ green 81 ◦ blue 189

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

Shades of Hot Pink #F251BD

Tints of Hot Pink #F251BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.82%

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 47.27%
G = 15.82%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F251BD (or 0xF251BD) is known color: Hot Pink. HEX triplet: F2, 51 and BD. RGB value is (242,81,189). Sum of RGB (Red+Green+Blue) = 242+81+189=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F251BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251BD is #0DAE42. Grayscale: #8D8D8D. Windows color (decimal): -896579 or 12407282. OLE color: 12407282.

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

Color convert

RGB 242 81 189 -
CMYK 0 0.67 0.22 0.05
HSL 319.75º 0.86% 0.63% -
HSV(B) 319.75º 0.67% 0.95% -
XYZ 48.75 28.44 51.06 -
YUV 141.45 154.84 199.72 -
System Red Green Blue C M Y K H S L
Decimal 242 81 189 0 0.67 0.22 0.05 319.75 0.86 0.63
Hex F2 51 BD 0 43 16 5 140 56 3F
Octal 362 121 275 0 103 26 5 500 126 77
Binary 11110010 1010001 10111101 0 1000011 10110 101 101000000 1010110 111111

Color Harmonies of #F251BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251BD

Black with #F251BD

Text Example


Text Example

White with #F251BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251BD; }

 p { color: rgb(242,81,189); }

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

background-color css

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

 a { background-color: rgb(242,81,189); }

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

border-color css

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

 span { border-color: rgb(242,81,189); }

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