Html Css Color HEX #F33EAE Persian Rose

📋 copy color: '#F33EAE'

red 243 ◦ green 62 ◦ blue 174

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

Shades of Persian Rose #F33EAE

Tints of Persian Rose #F33EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.94%

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

R = 50.73%
G = 12.94%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F33EAE (or 0xF33EAE) is known color: Persian Rose. HEX triplet: F3, 3E and AE. RGB value is (243,62,174). Sum of RGB (Red+Green+Blue) = 243+62+174=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F33EAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33EAE is #0CC151. Grayscale: #808080. Windows color (decimal): -835922 or 11419379. OLE color: 11419379.

HSL color Cylindrical-coordinate representation of color #F33EAE: hue angle of 322.87º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33EAE is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 62 174 -
CMYK 0 0.74 0.28 0.05
HSL 322.87º 0.88% 0.6% -
HSV(B) 322.87º 0.74% 0.95% -
XYZ 46.32 25.56 42.54 -
YUV 128.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 243 62 174 0 0.74 0.28 0.05 322.87 0.88 0.6
Hex F3 3E AE 0 4A 1C 5 143 58 3C
Octal 363 76 256 0 112 34 5 503 130 74
Binary 11110011 111110 10101110 0 1001010 11100 101 101000011 1011000 111100

Color Harmonies of #F33EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33EAE

Black with #F33EAE

Text Example


Text Example

White with #F33EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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