Html Css Color HEX #F338AD Persian Rose

📋 copy color: '#F338AD'

red 243 ◦ green 56 ◦ blue 173

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

Shades of Persian Rose #F338AD

Tints of Persian Rose #F338AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.86%

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

R = 51.48%
G = 11.86%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F338AD (or 0xF338AD) is known color: Persian Rose. HEX triplet: F3, 38 and AD. RGB value is (243,56,173). Sum of RGB (Red+Green+Blue) = 243+56+173=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F338AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F338AD is #0CC752. Grayscale: #7C7C7C. Windows color (decimal): -837459 or 11352307. OLE color: 11352307.

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

Color convert

RGB 243 56 173 -
CMYK 0 0.77 0.29 0.05
HSL 322.46º 0.89% 0.59% -
HSV(B) 322.46º 0.77% 0.95% -
XYZ 45.92 24.9 41.92 -
YUV 125.25 154.95 211.99 -
System Red Green Blue C M Y K H S L
Decimal 243 56 173 0 0.77 0.29 0.05 322.46 0.89 0.59
Hex F3 38 AD 0 4D 1D 5 142 59 3B
Octal 363 70 255 0 115 35 5 502 131 73
Binary 11110011 111000 10101101 0 1001101 11101 101 101000010 1011001 111011

Color Harmonies of #F338AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F338AD

Black with #F338AD

Text Example


Text Example

White with #F338AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F338AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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