Html Css Color HEX #F338AC Persian Rose

📋 copy color: '#F338AC'

red 243 ◦ green 56 ◦ blue 172

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

Shades of Persian Rose #F338AC

Tints of Persian Rose #F338AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 51.59%
G = 11.89%
B = 36.52%

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

#F338AC (or 0xF338AC) is known color: Persian Rose. HEX triplet: F3, 38 and AC. RGB value is (243,56,172). Sum of RGB (Red+Green+Blue) = 243+56+172=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F338AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F338AC is #0CC753. Grayscale: #7C7C7C. Windows color (decimal): -837460 or 11286771. OLE color: 11286771.

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

Color convert

RGB 243 56 172 -
CMYK 0 0.77 0.29 0.05
HSL 322.78º 0.89% 0.59% -
HSV(B) 322.78º 0.77% 0.95% -
XYZ 45.82 24.86 41.41 -
YUV 125.14 154.45 212.07 -
System Red Green Blue C M Y K H S L
Decimal 243 56 172 0 0.77 0.29 0.05 322.78 0.89 0.59
Hex F3 38 AC 0 4D 1D 5 143 59 3B
Octal 363 70 254 0 115 35 5 503 131 73
Binary 11110011 111000 10101100 0 1001101 11101 101 101000011 1011001 111011

Color Harmonies of #F338AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F338AC

Black with #F338AC

Text Example


Text Example

White with #F338AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F338AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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