Html Css Color HEX #F335AB Persian Rose

📋 copy color: '#F335AB'

red 243 ◦ green 53 ◦ blue 171

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

Shades of Persian Rose #F335AB

Tints of Persian Rose #F335AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.35%

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

R = 52.03%
G = 11.35%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F335AB (or 0xF335AB) is known color: Persian Rose. HEX triplet: F3, 35 and AB. RGB value is (243,53,171). Sum of RGB (Red+Green+Blue) = 243+53+171=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F335AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F335AB is #0CCA54. Grayscale: #7A7A7A. Windows color (decimal): -838229 or 11220467. OLE color: 11220467.

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

Color convert

RGB 243 53 171 -
CMYK 0 0.78 0.30 0.05
HSL 322.74º 0.89% 0.58% -
HSV(B) 322.74º 0.78% 0.95% -
XYZ 45.59 24.54 40.86 -
YUV 123.26 154.95 213.41 -
System Red Green Blue C M Y K H S L
Decimal 243 53 171 0 0.78 0.30 0.05 322.74 0.89 0.58
Hex F3 35 AB 0 4E 1E 5 143 59 3A
Octal 363 65 253 0 116 36 5 503 131 72
Binary 11110011 110101 10101011 0 1001110 11110 101 101000011 1011001 111010

Color Harmonies of #F335AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F335AB

Black with #F335AB

Text Example


Text Example

White with #F335AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F335AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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