Html Css Color HEX #F273B6 Persian Pink

📋 copy color: '#F273B6'

red 242 ◦ green 115 ◦ blue 182

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

Shades of Persian Pink #F273B6

Tints of Persian Pink #F273B6

RGB

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

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

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

R = 44.9%
G = 21.34%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F273B6 (or 0xF273B6) is known color: Persian Pink. HEX triplet: F2, 73 and B6. RGB value is (242,115,182). Sum of RGB (Red+Green+Blue) = 242+115+182=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F273B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273B6 is #0D8C49. Grayscale: #A0A0A0. Windows color (decimal): -887882 or 11957234. OLE color: 11957234.

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

Color convert

RGB 242 115 182 -
CMYK 0 0.52 0.25 0.05
HSL 328.35º 0.83% 0.7% -
HSV(B) 328.35º 0.52% 0.95% -
XYZ 51.19 34.52 48.22 -
YUV 160.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 242 115 182 0 0.52 0.25 0.05 328.35 0.83 0.7
Hex F2 73 B6 0 34 19 5 148 53 46
Octal 362 163 266 0 64 31 5 510 123 106
Binary 11110010 1110011 10110110 0 110100 11001 101 101001000 1010011 1000110

Color Harmonies of #F273B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F273B6

Black with #F273B6

Text Example


Text Example

White with #F273B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F273B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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