Html Css Color HEX #F338AF Persian Rose

📋 copy color: '#F338AF'

red 243 ◦ green 56 ◦ blue 175

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

Shades of Persian Rose #F338AF

Tints of Persian Rose #F338AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 51.27%
G = 11.81%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F338AF (or 0xF338AF) is known color: Persian Rose. HEX triplet: F3, 38 and AF. RGB value is (243,56,175). Sum of RGB (Red+Green+Blue) = 243+56+175=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F338AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F338AF is #0CC750. Grayscale: #7D7D7D. Windows color (decimal): -837457 or 11483379. OLE color: 11483379.

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

Color convert

RGB 243 56 175 -
CMYK 0 0.77 0.28 0.05
HSL 321.82º 0.89% 0.59% -
HSV(B) 321.82º 0.77% 0.95% -
XYZ 46.11 24.98 42.95 -
YUV 125.48 155.95 211.82 -
System Red Green Blue C M Y K H S L
Decimal 243 56 175 0 0.77 0.28 0.05 321.82 0.89 0.59
Hex F3 38 AF 0 4D 1C 5 142 59 3B
Octal 363 70 257 0 115 34 5 502 131 73
Binary 11110011 111000 10101111 0 1001101 11100 101 101000010 1011001 111011

Color Harmonies of #F338AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F338AF

Black with #F338AF

Text Example


Text Example

White with #F338AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F338AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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