Html Css Color HEX #F438AA Persian Rose

📋 copy color: '#F438AA'

red 244 ◦ green 56 ◦ blue 170

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

Shades of Persian Rose #F438AA

Tints of Persian Rose #F438AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.91%

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

R = 51.91%
G = 11.91%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F438AA (or 0xF438AA) is known color: Persian Rose. HEX triplet: F4, 38 and AA. RGB value is (244,56,170). Sum of RGB (Red+Green+Blue) = 244+56+170=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F438AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F438AA is #0BC755. Grayscale: #7C7C7C. Windows color (decimal): -771926 or 11155700. OLE color: 11155700.

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

Color convert

RGB 244 56 170 -
CMYK 0 0.77 0.30 0.04
HSL 323.62º 0.9% 0.59% -
HSV(B) 323.62º 0.77% 0.96% -
XYZ 45.98 24.96 40.43 -
YUV 125.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 244 56 170 0 0.77 0.30 0.04 323.62 0.9 0.59
Hex F4 38 AA 0 4D 1E 4 144 5A 3B
Octal 364 70 252 0 115 36 4 504 132 73
Binary 11110100 111000 10101010 0 1001101 11110 100 101000100 1011010 111011

Color Harmonies of #F438AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F438AA

Black with #F438AA

Text Example


Text Example

White with #F438AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F438AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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