Html Css Color HEX #F438AD Persian Rose

📋 copy color: '#F438AD'

red 244 ◦ green 56 ◦ blue 173

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

Shades of Persian Rose #F438AD

Tints of Persian Rose #F438AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 51.59%
G = 11.84%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F438AD (or 0xF438AD) is known color: Persian Rose. HEX triplet: F4, 38 and AD. RGB value is (244,56,173). Sum of RGB (Red+Green+Blue) = 244+56+173=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F438AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F438AD is #0BC752. Grayscale: #7D7D7D. Windows color (decimal): -771923 or 11352308. OLE color: 11352308.

HSL color Cylindrical-coordinate representation of color #F438AD: hue angle of 322.66º 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 #F438AD is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 56 173 -
CMYK 0 0.77 0.29 0.04
HSL 322.66º 0.9% 0.59% -
HSV(B) 322.66º 0.77% 0.96% -
XYZ 46.27 25.08 41.94 -
YUV 125.55 154.78 212.49 -
System Red Green Blue C M Y K H S L
Decimal 244 56 173 0 0.77 0.29 0.04 322.66 0.9 0.59
Hex F4 38 AD 0 4D 1D 4 143 5A 3B
Octal 364 70 255 0 115 35 4 503 132 73
Binary 11110100 111000 10101101 0 1001101 11101 100 101000011 1011010 111011

Color Harmonies of #F438AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F438AD

Black with #F438AD

Text Example


Text Example

White with #F438AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F438AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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