Html Css Color HEX #F251BC Hot Pink

📋 copy color: '#F251BC'

red 242 ◦ green 81 ◦ blue 188

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

Shades of Hot Pink #F251BC

Tints of Hot Pink #F251BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 47.36%
G = 15.85%
B = 36.79%

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

#F251BC (or 0xF251BC) is known color: Hot Pink. HEX triplet: F2, 51 and BC. RGB value is (242,81,188). Sum of RGB (Red+Green+Blue) = 242+81+188=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F251BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251BC is #0DAE43. Grayscale: #8D8D8D. Windows color (decimal): -896580 or 12341746. OLE color: 12341746.

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

Color convert

RGB 242 81 188 -
CMYK 0 0.67 0.22 0.05
HSL 320.12º 0.86% 0.63% -
HSV(B) 320.12º 0.67% 0.95% -
XYZ 48.64 28.39 50.49 -
YUV 141.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 242 81 188 0 0.67 0.22 0.05 320.12 0.86 0.63
Hex F2 51 BC 0 43 16 5 140 56 3F
Octal 362 121 274 0 103 26 5 500 126 77
Binary 11110010 1010001 10111100 0 1000011 10110 101 101000000 1010110 111111

Color Harmonies of #F251BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251BC

Black with #F251BC

Text Example


Text Example

White with #F251BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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