Html Css Color HEX #F338AB Persian Rose

📋 copy color: '#F338AB'

red 243 ◦ green 56 ◦ blue 171

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

Shades of Persian Rose #F338AB

Tints of Persian Rose #F338AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 51.7%
G = 11.91%
B = 36.38%

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

#F338AB (or 0xF338AB) is known color: Persian Rose. HEX triplet: F3, 38 and AB. RGB value is (243,56,171). Sum of RGB (Red+Green+Blue) = 243+56+171=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F338AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F338AB is #0CC754. Grayscale: #7C7C7C. Windows color (decimal): -837461 or 11221235. OLE color: 11221235.

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

Color convert

RGB 243 56 171 -
CMYK 0 0.77 0.30 0.05
HSL 323.1º 0.89% 0.59% -
HSV(B) 323.1º 0.77% 0.95% -
XYZ 45.73 24.82 40.91 -
YUV 125.02 153.95 212.15 -
System Red Green Blue C M Y K H S L
Decimal 243 56 171 0 0.77 0.30 0.05 323.1 0.89 0.59
Hex F3 38 AB 0 4D 1E 5 143 59 3B
Octal 363 70 253 0 115 36 5 503 131 73
Binary 11110011 111000 10101011 0 1001101 11110 101 101000011 1011001 111011

Color Harmonies of #F338AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F338AB

Black with #F338AB

Text Example


Text Example

White with #F338AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F338AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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