Html Css Color HEX #F330AE Persian Rose

📋 copy color: '#F330AE'

red 243 ◦ green 48 ◦ blue 174

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

Shades of Persian Rose #F330AE

Tints of Persian Rose #F330AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 52.26%
G = 10.32%
B = 37.42%

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

#F330AE (or 0xF330AE) is known color: Persian Rose. HEX triplet: F3, 30 and AE. RGB value is (243,48,174). Sum of RGB (Red+Green+Blue) = 243+48+174=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F330AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F330AE is #0CCF51. Grayscale: #787878. Windows color (decimal): -839506 or 11415795. OLE color: 11415795.

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

Color convert

RGB 243 48 174 -
CMYK 0 0.80 0.28 0.05
HSL 321.23º 0.89% 0.57% -
HSV(B) 321.23º 0.8% 0.95% -
XYZ 45.66 24.22 42.31 -
YUV 120.67 158.1 215.25 -
System Red Green Blue C M Y K H S L
Decimal 243 48 174 0 0.80 0.28 0.05 321.23 0.89 0.57
Hex F3 30 AE 0 50 1C 5 141 59 39
Octal 363 60 256 0 120 34 5 501 131 71
Binary 11110011 110000 10101110 0 1010000 11100 101 101000001 1011001 111001

Color Harmonies of #F330AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F330AE

Black with #F330AE

Text Example


Text Example

White with #F330AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F330AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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