Html Css Color HEX #F33CAC Persian Rose

📋 copy color: '#F33CAC'

red 243 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #F33CAC

Tints of Persian Rose #F33CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.63%

 BLUE value IS 172 (67.58% from 255) = 36.21%

R = 51.16%
G = 12.63%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F33CAC (or 0xF33CAC) is known color: Persian Rose. HEX triplet: F3, 3C and AC. RGB value is (243,60,172). Sum of RGB (Red+Green+Blue) = 243+60+172=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F33CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33CAC is #0CC353. Grayscale: #7F7F7F. Windows color (decimal): -836436 or 11287795. OLE color: 11287795.

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

Color convert

RGB 243 60 172 -
CMYK 0 0.75 0.29 0.05
HSL 323.28º 0.88% 0.59% -
HSV(B) 323.28º 0.75% 0.95% -
XYZ 46.02 25.26 41.48 -
YUV 127.49 153.13 210.39 -
System Red Green Blue C M Y K H S L
Decimal 243 60 172 0 0.75 0.29 0.05 323.28 0.88 0.59
Hex F3 3C AC 0 4B 1D 5 143 58 3B
Octal 363 74 254 0 113 35 5 503 130 73
Binary 11110011 111100 10101100 0 1001011 11101 101 101000011 1011000 111011

Color Harmonies of #F33CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33CAC

Black with #F33CAC

Text Example


Text Example

White with #F33CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33CAC; }

 p { color: rgb(243,60,172); }

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

background-color css

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

 a { background-color: rgb(243,60,172); }

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

border-color css

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

 span { border-color: rgb(243,60,172); }

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