Html Css Color HEX #F43CAC Persian Rose

📋 copy color: '#F43CAC'

red 244 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #F43CAC

Tints of Persian Rose #F43CAC

RGB

 RED value IS 244 (95.7% from 255) = 51.26%

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

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

R = 51.26%
G = 12.61%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F43CAC (or 0xF43CAC) is known color: Persian Rose. HEX triplet: F4, 3C and AC. RGB value is (244,60,172). Sum of RGB (Red+Green+Blue) = 244+60+172=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F43CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43CAC is #0BC353. Grayscale: #7F7F7F. Windows color (decimal): -770900 or 11287796. OLE color: 11287796.

HSL color Cylindrical-coordinate representation of color #F43CAC: hue angle of 323.48º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43CAC is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 60 172 -
CMYK 0 0.75 0.30 0.04
HSL 323.48º 0.89% 0.6% -
HSV(B) 323.48º 0.75% 0.96% -
XYZ 46.37 25.44 41.5 -
YUV 127.78 152.96 210.89 -
System Red Green Blue C M Y K H S L
Decimal 244 60 172 0 0.75 0.30 0.04 323.48 0.89 0.6
Hex F4 3C AC 0 4B 1E 4 143 59 3C
Octal 364 74 254 0 113 36 4 503 131 74
Binary 11110100 111100 10101100 0 1001011 11110 100 101000011 1011001 111100

Color Harmonies of #F43CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43CAC

Black with #F43CAC

Text Example


Text Example

White with #F43CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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