Html Css Color HEX #F330AF Persian Rose

📋 copy color: '#F330AF'

red 243 ◦ green 48 ◦ blue 175

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

Shades of Persian Rose #F330AF

Tints of Persian Rose #F330AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.3%

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

R = 52.15%
G = 10.3%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F330AF (or 0xF330AF) is known color: Persian Rose. HEX triplet: F3, 30 and AF. RGB value is (243,48,175). Sum of RGB (Red+Green+Blue) = 243+48+175=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F330AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F330AF is #0CCF50. Grayscale: #787878. Windows color (decimal): -839505 or 11481331. OLE color: 11481331.

HSL color Cylindrical-coordinate representation of color #F330AF: hue angle of 320.92º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F330AF is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 175 -
CMYK 0 0.80 0.28 0.05
HSL 320.92º 0.89% 0.57% -
HSV(B) 320.92º 0.8% 0.95% -
XYZ 45.76 24.26 42.83 -
YUV 120.78 158.6 215.17 -
System Red Green Blue C M Y K H S L
Decimal 243 48 175 0 0.80 0.28 0.05 320.92 0.89 0.57
Hex F3 30 AF 0 50 1C 5 141 59 39
Octal 363 60 257 0 120 34 5 501 131 71
Binary 11110011 110000 10101111 0 1010000 11100 101 101000001 1011001 111001

Color Harmonies of #F330AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F330AF

Black with #F330AF

Text Example


Text Example

White with #F330AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F330AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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