Html Css Color HEX #F271B6 Hot Pink

📋 copy color: '#F271B6'

red 242 ◦ green 113 ◦ blue 182

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

Shades of Hot Pink #F271B6

Tints of Hot Pink #F271B6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.04%

 BLUE value IS 182 (71.48% from 255) = 33.89%

R = 45.07%
G = 21.04%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F271B6 (or 0xF271B6) is known color: Hot Pink. HEX triplet: F2, 71 and B6. RGB value is (242,113,182). Sum of RGB (Red+Green+Blue) = 242+113+182=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F271B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271B6 is #0D8E49. Grayscale: #9F9F9F. Windows color (decimal): -888394 or 11956722. OLE color: 11956722.

HSL color Cylindrical-coordinate representation of color #F271B6: hue angle of 327.91º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F271B6 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 182 -
CMYK 0 0.53 0.25 0.05
HSL 327.91º 0.83% 0.7% -
HSV(B) 327.91º 0.53% 0.95% -
XYZ 50.97 34.06 48.14 -
YUV 159.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 242 113 182 0 0.53 0.25 0.05 327.91 0.83 0.7
Hex F2 71 B6 0 35 19 5 148 53 46
Octal 362 161 266 0 65 31 5 510 123 106
Binary 11110010 1110001 10110110 0 110101 11001 101 101001000 1010011 1000110

Color Harmonies of #F271B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F271B6

Black with #F271B6

Text Example


Text Example

White with #F271B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F271B6; }

 p { color: rgb(242,113,182); }

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

background-color css

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

 a { background-color: rgb(242,113,182); }

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

border-color css

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

 span { border-color: rgb(242,113,182); }

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