Html Css Color HEX #F73CB3 Persian Rose

📋 copy color: '#F73CB3'

red 247 ◦ green 60 ◦ blue 179

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

Shades of Persian Rose #F73CB3

Tints of Persian Rose #F73CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.83%

R = 50.82%
G = 12.35%
B = 36.83%

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

#F73CB3 (or 0xF73CB3) is known color: Persian Rose. HEX triplet: F7, 3C and B3. RGB value is (247,60,179). Sum of RGB (Red+Green+Blue) = 247+60+179=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CB3 is #08C34C. Grayscale: #818181. Windows color (decimal): -574285 or 11746551. OLE color: 11746551.

HSL color Cylindrical-coordinate representation of color #F73CB3: hue angle of 321.82º 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 #F73CB3 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 60 179 -
CMYK 0 0.76 0.28 0.03
HSL 321.82º 0.92% 0.6% -
HSV(B) 321.82º 0.76% 0.97% -
XYZ 48.11 26.26 45.18 -
YUV 129.48 155.95 211.82 -
System Red Green Blue C M Y K H S L
Decimal 247 60 179 0 0.76 0.28 0.03 321.82 0.92 0.6
Hex F7 3C B3 0 4C 1C 3 142 5C 3C
Octal 367 74 263 0 114 34 3 502 134 74
Binary 11110111 111100 10110011 0 1001100 11100 11 101000010 1011100 111100

Color Harmonies of #F73CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73CB3

Black with #F73CB3

Text Example


Text Example

White with #F73CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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