Html Css Color HEX #F43AAE Persian Rose

📋 copy color: '#F43AAE'

red 244 ◦ green 58 ◦ blue 174

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

Shades of Persian Rose #F43AAE

Tints of Persian Rose #F43AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.18%

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

R = 51.26%
G = 12.18%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F43AAE (or 0xF43AAE) is known color: Persian Rose. HEX triplet: F4, 3A and AE. RGB value is (244,58,174). Sum of RGB (Red+Green+Blue) = 244+58+174=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F43AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43AAE is #0BC551. Grayscale: #7E7E7E. Windows color (decimal): -771410 or 11418356. OLE color: 11418356.

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

Color convert

RGB 244 58 174 -
CMYK 0 0.76 0.29 0.04
HSL 322.58º 0.89% 0.59% -
HSV(B) 322.58º 0.76% 0.96% -
XYZ 46.46 25.32 42.48 -
YUV 126.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 244 58 174 0 0.76 0.29 0.04 322.58 0.89 0.59
Hex F4 3A AE 0 4C 1D 4 143 59 3B
Octal 364 72 256 0 114 35 4 503 131 73
Binary 11110100 111010 10101110 0 1001100 11101 100 101000011 1011001 111011

Color Harmonies of #F43AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43AAE

Black with #F43AAE

Text Example


Text Example

White with #F43AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43AAE; }

 p { color: rgb(244,58,174); }

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

background-color css

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

 a { background-color: rgb(244,58,174); }

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

border-color css

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

 span { border-color: rgb(244,58,174); }

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