Html Css Color HEX #F334AD Persian Rose

📋 copy color: '#F334AD'

red 243 ◦ green 52 ◦ blue 173

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

Shades of Persian Rose #F334AD

Tints of Persian Rose #F334AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.11%

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

R = 51.92%
G = 11.11%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F334AD (or 0xF334AD) is known color: Persian Rose. HEX triplet: F3, 34 and AD. RGB value is (243,52,173). Sum of RGB (Red+Green+Blue) = 243+52+173=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F334AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F334AD is #0CCB52. Grayscale: #7A7A7A. Windows color (decimal): -838483 or 11351283. OLE color: 11351283.

HSL color Cylindrical-coordinate representation of color #F334AD: hue angle of 321.99º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334AD is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 52 173 -
CMYK 0 0.79 0.29 0.05
HSL 321.99º 0.89% 0.58% -
HSV(B) 321.99º 0.79% 0.95% -
XYZ 45.73 24.53 41.86 -
YUV 122.9 156.28 213.66 -
System Red Green Blue C M Y K H S L
Decimal 243 52 173 0 0.79 0.29 0.05 321.99 0.89 0.58
Hex F3 34 AD 0 4F 1D 5 142 59 3A
Octal 363 64 255 0 117 35 5 502 131 72
Binary 11110011 110100 10101101 0 1001111 11101 101 101000010 1011001 111010

Color Harmonies of #F334AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F334AD

Black with #F334AD

Text Example


Text Example

White with #F334AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F334AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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