Html Css Color HEX #F338AA Persian Rose

📋 copy color: '#F338AA'

red 243 ◦ green 56 ◦ blue 170

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

Shades of Persian Rose #F338AA

Tints of Persian Rose #F338AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 51.81%
G = 11.94%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F338AA (or 0xF338AA) is known color: Persian Rose. HEX triplet: F3, 38 and AA. RGB value is (243,56,170). Sum of RGB (Red+Green+Blue) = 243+56+170=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F338AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F338AA is #0CC755. Grayscale: #7C7C7C. Windows color (decimal): -837462 or 11155699. OLE color: 11155699.

HSL color Cylindrical-coordinate representation of color #F338AA: hue angle of 323.42º 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 #F338AA is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 56 170 -
CMYK 0 0.77 0.30 0.05
HSL 323.42º 0.89% 0.59% -
HSV(B) 323.42º 0.77% 0.95% -
XYZ 45.63 24.79 40.41 -
YUV 124.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 243 56 170 0 0.77 0.30 0.05 323.42 0.89 0.59
Hex F3 38 AA 0 4D 1E 5 143 59 3B
Octal 363 70 252 0 115 36 5 503 131 73
Binary 11110011 111000 10101010 0 1001101 11110 101 101000011 1011001 111011

Color Harmonies of #F338AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F338AA

Black with #F338AA

Text Example


Text Example

White with #F338AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F338AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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