Html Css Color HEX #F273B8 Persian Pink

📋 copy color: '#F273B8'

red 242 ◦ green 115 ◦ blue 184

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

Shades of Persian Pink #F273B8

Tints of Persian Pink #F273B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.01%

R = 44.73%
G = 21.26%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F273B8 (or 0xF273B8) is known color: Persian Pink. HEX triplet: F2, 73 and B8. RGB value is (242,115,184). Sum of RGB (Red+Green+Blue) = 242+115+184=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F273B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273B8 is #0D8C47. Grayscale: #A0A0A0. Windows color (decimal): -887880 or 12088306. OLE color: 12088306.

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

Color convert

RGB 242 115 184 -
CMYK 0 0.52 0.24 0.05
HSL 327.4º 0.83% 0.7% -
HSV(B) 327.4º 0.52% 0.95% -
XYZ 51.4 34.6 49.32 -
YUV 160.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 242 115 184 0 0.52 0.24 0.05 327.4 0.83 0.7
Hex F2 73 B8 0 34 18 5 147 53 46
Octal 362 163 270 0 64 30 5 507 123 106
Binary 11110010 1110011 10111000 0 110100 11000 101 101000111 1010011 1000110

Color Harmonies of #F273B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F273B8

Black with #F273B8

Text Example


Text Example

White with #F273B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F273B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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