Html Css Color HEX #F273BA Persian Pink

📋 copy color: '#F273BA'

red 242 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #F273BA

Tints of Persian Pink #F273BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.25%

R = 44.57%
G = 21.18%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F273BA (or 0xF273BA) is known color: Persian Pink. HEX triplet: F2, 73 and BA. RGB value is (242,115,186). Sum of RGB (Red+Green+Blue) = 242+115+186=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F273BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273BA is #0D8C45. Grayscale: #A0A0A0. Windows color (decimal): -887878 or 12219378. OLE color: 12219378.

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

Color convert

RGB 242 115 186 -
CMYK 0 0.52 0.23 0.05
HSL 326.46º 0.83% 0.7% -
HSV(B) 326.46º 0.52% 0.95% -
XYZ 51.61 34.68 50.43 -
YUV 161.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 242 115 186 0 0.52 0.23 0.05 326.46 0.83 0.7
Hex F2 73 BA 0 34 17 5 146 53 46
Octal 362 163 272 0 64 27 5 506 123 106
Binary 11110010 1110011 10111010 0 110100 10111 101 101000110 1010011 1000110

Color Harmonies of #F273BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F273BA

Black with #F273BA

Text Example


Text Example

White with #F273BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F273BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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