Html Css Color HEX #F438AC Persian Rose

📋 copy color: '#F438AC'

red 244 ◦ green 56 ◦ blue 172

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

Shades of Persian Rose #F438AC

Tints of Persian Rose #F438AC

RGB

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

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

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

R = 51.69%
G = 11.86%
B = 36.44%

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

#F438AC (or 0xF438AC) is known color: Persian Rose. HEX triplet: F4, 38 and AC. RGB value is (244,56,172). Sum of RGB (Red+Green+Blue) = 244+56+172=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F438AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F438AC is #0BC753. Grayscale: #7D7D7D. Windows color (decimal): -771924 or 11286772. OLE color: 11286772.

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

Color convert

RGB 244 56 172 -
CMYK 0 0.77 0.30 0.04
HSL 322.98º 0.9% 0.59% -
HSV(B) 322.98º 0.77% 0.96% -
XYZ 46.17 25.04 41.43 -
YUV 125.44 154.28 212.57 -
System Red Green Blue C M Y K H S L
Decimal 244 56 172 0 0.77 0.30 0.04 322.98 0.9 0.59
Hex F4 38 AC 0 4D 1E 4 143 5A 3B
Octal 364 70 254 0 115 36 4 503 132 73
Binary 11110100 111000 10101100 0 1001101 11110 100 101000011 1011010 111011

Color Harmonies of #F438AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F438AC

Black with #F438AC

Text Example


Text Example

White with #F438AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F438AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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