Html Css Color HEX #F73CB2 Persian Rose

📋 copy color: '#F73CB2'

red 247 ◦ green 60 ◦ blue 178

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

Shades of Persian Rose #F73CB2

Tints of Persian Rose #F73CB2

RGB

 RED value IS 247 (96.88% from 255) = 50.93%

 GREEN value IS 60 (23.83% from 255) = 12.37%

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 50.93%
G = 12.37%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F73CB2 (or 0xF73CB2) is known color: Persian Rose. HEX triplet: F7, 3C and B2. RGB value is (247,60,178). Sum of RGB (Red+Green+Blue) = 247+60+178=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73CB2 is #08C34D. Grayscale: #818181. Windows color (decimal): -574286 or 11681015. OLE color: 11681015.

HSL color Cylindrical-coordinate representation of color #F73CB2: hue angle of 322.14º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73CB2 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 60 178 -
CMYK 0 0.76 0.28 0.03
HSL 322.14º 0.92% 0.6% -
HSV(B) 322.14º 0.76% 0.97% -
XYZ 48.01 26.22 44.65 -
YUV 129.37 155.45 211.91 -
System Red Green Blue C M Y K H S L
Decimal 247 60 178 0 0.76 0.28 0.03 322.14 0.92 0.6
Hex F7 3C B2 0 4C 1C 3 142 5C 3C
Octal 367 74 262 0 114 34 3 502 134 74
Binary 11110111 111100 10110010 0 1001100 11100 11 101000010 1011100 111100

Color Harmonies of #F73CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73CB2

Black with #F73CB2

Text Example


Text Example

White with #F73CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73CB2; }

 p { color: rgb(247,60,178); }

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

background-color css

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

 a { background-color: rgb(247,60,178); }

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

border-color css

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

 span { border-color: rgb(247,60,178); }

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