Html Css Color HEX #F273B0 Hot Pink

📋 copy color: '#F273B0'

red 242 ◦ green 115 ◦ blue 176

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

Shades of Hot Pink #F273B0

Tints of Hot Pink #F273B0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.58%

 BLUE value IS 176 (69.14% from 255) = 33.02%

R = 45.4%
G = 21.58%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F273B0 (or 0xF273B0) is known color: Hot Pink. HEX triplet: F2, 73 and B0. RGB value is (242,115,176). Sum of RGB (Red+Green+Blue) = 242+115+176=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F273B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F273B0 is #0D8C4F. Grayscale: #9F9F9F. Windows color (decimal): -887888 or 11564018. OLE color: 11564018.

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

Color convert

RGB 242 115 176 -
CMYK 0 0.52 0.27 0.05
HSL 331.18º 0.83% 0.7% -
HSV(B) 331.18º 0.52% 0.95% -
XYZ 50.59 34.27 45.02 -
YUV 159.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 242 115 176 0 0.52 0.27 0.05 331.18 0.83 0.7
Hex F2 73 B0 0 34 1B 5 14B 53 46
Octal 362 163 260 0 64 33 5 513 123 106
Binary 11110010 1110011 10110000 0 110100 11011 101 101001011 1010011 1000110

Color Harmonies of #F273B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F273B0

Black with #F273B0

Text Example


Text Example

White with #F273B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F273B0; }

 p { color: rgb(242,115,176); }

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

background-color css

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

 a { background-color: rgb(242,115,176); }

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

border-color css

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

 span { border-color: rgb(242,115,176); }

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