Html Css Color HEX #F335AF Persian Rose

📋 copy color: '#F335AF'

red 243 ◦ green 53 ◦ blue 175

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

Shades of Persian Rose #F335AF

Tints of Persian Rose #F335AF

RGB

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

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

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

R = 51.59%
G = 11.25%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F335AF (or 0xF335AF) is known color: Persian Rose. HEX triplet: F3, 35 and AF. RGB value is (243,53,175). Sum of RGB (Red+Green+Blue) = 243+53+175=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F335AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F335AF is #0CCA50. Grayscale: #7B7B7B. Windows color (decimal): -838225 or 11482611. OLE color: 11482611.

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

Color convert

RGB 243 53 175 -
CMYK 0 0.78 0.28 0.05
HSL 321.47º 0.89% 0.58% -
HSV(B) 321.47º 0.78% 0.95% -
XYZ 45.97 24.7 42.9 -
YUV 123.72 156.95 213.08 -
System Red Green Blue C M Y K H S L
Decimal 243 53 175 0 0.78 0.28 0.05 321.47 0.89 0.58
Hex F3 35 AF 0 4E 1C 5 141 59 3A
Octal 363 65 257 0 116 34 5 501 131 72
Binary 11110011 110101 10101111 0 1001110 11100 101 101000001 1011001 111010

Color Harmonies of #F335AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F335AF

Black with #F335AF

Text Example


Text Example

White with #F335AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F335AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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