Html Css Color HEX #F349AD Brilliant Rose

📋 copy color: '#F349AD'

red 243 ◦ green 73 ◦ blue 173

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

Shades of Brilliant Rose #F349AD

Tints of Brilliant Rose #F349AD

RGB

 RED value IS 243 (95.31% from 255) = 49.69%

 GREEN value IS 73 (28.91% from 255) = 14.93%

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 49.69%
G = 14.93%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F349AD (or 0xF349AD) is known color: Brilliant Rose. HEX triplet: F3, 49 and AD. RGB value is (243,73,173). Sum of RGB (Red+Green+Blue) = 243+73+173=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F349AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F349AD is #0CB652. Grayscale: #878787. Windows color (decimal): -833107 or 11356659. OLE color: 11356659.

HSL color Cylindrical-coordinate representation of color #F349AD: hue angle of 324.71º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F349AD is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 73 173 -
CMYK 0 0.70 0.29 0.05
HSL 324.71º 0.88% 0.62% -
HSV(B) 324.71º 0.7% 0.95% -
XYZ 46.89 26.84 42.24 -
YUV 135.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 243 73 173 0 0.70 0.29 0.05 324.71 0.88 0.62
Hex F3 49 AD 0 46 1D 5 145 58 3E
Octal 363 111 255 0 106 35 5 505 130 76
Binary 11110011 1001001 10101101 0 1000110 11101 101 101000101 1011000 111110

Color Harmonies of #F349AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F349AD

Black with #F349AD

Text Example


Text Example

White with #F349AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F349AD; }

 p { color: rgb(243,73,173); }

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

background-color css

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

 a { background-color: rgb(243,73,173); }

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

border-color css

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

 span { border-color: rgb(243,73,173); }

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