Html Css Color HEX #F435AA Persian Rose

📋 copy color: '#F435AA'

red 244 ◦ green 53 ◦ blue 170

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

Shades of Persian Rose #F435AA

Tints of Persian Rose #F435AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.35%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 52.25%
G = 11.35%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F435AA (or 0xF435AA) is known color: Persian Rose. HEX triplet: F4, 35 and AA. RGB value is (244,53,170). Sum of RGB (Red+Green+Blue) = 244+53+170=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F435AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F435AA is #0BCA55. Grayscale: #7B7B7B. Windows color (decimal): -772694 or 11154932. OLE color: 11154932.

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

Color convert

RGB 244 53 170 -
CMYK 0 0.78 0.30 0.04
HSL 323.25º 0.9% 0.58% -
HSV(B) 323.25º 0.78% 0.96% -
XYZ 45.84 24.68 40.38 -
YUV 123.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 244 53 170 0 0.78 0.30 0.04 323.25 0.9 0.58
Hex F4 35 AA 0 4E 1E 4 143 5A 3A
Octal 364 65 252 0 116 36 4 503 132 72
Binary 11110100 110101 10101010 0 1001110 11110 100 101000011 1011010 111010

Color Harmonies of #F435AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F435AA

Black with #F435AA

Text Example


Text Example

White with #F435AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F435AA; }

 p { color: rgb(244,53,170); }

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

background-color css

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

 a { background-color: rgb(244,53,170); }

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

border-color css

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

 span { border-color: rgb(244,53,170); }

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