Html Css Color HEX #F428AC Persian Rose

📋 copy color: '#F428AC'

red 244 ◦ green 40 ◦ blue 172

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

Shades of Persian Rose #F428AC

Tints of Persian Rose #F428AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.77%

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

R = 53.51%
G = 8.77%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F428AC (or 0xF428AC) is known color: Persian Rose. HEX triplet: F4, 28 and AC. RGB value is (244,40,172). Sum of RGB (Red+Green+Blue) = 244+40+172=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F428AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F428AC is #0BD753. Grayscale: #737373. Windows color (decimal): -776020 or 11282676. OLE color: 11282676.

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

Color convert

RGB 244 40 172 -
CMYK 0 0.84 0.30 0.04
HSL 321.18º 0.9% 0.56% -
HSV(B) 321.18º 0.84% 0.96% -
XYZ 45.51 23.73 41.21 -
YUV 116.04 159.59 219.27 -
System Red Green Blue C M Y K H S L
Decimal 244 40 172 0 0.84 0.30 0.04 321.18 0.9 0.56
Hex F4 28 AC 0 54 1E 4 141 5A 38
Octal 364 50 254 0 124 36 4 501 132 70
Binary 11110100 101000 10101100 0 1010100 11110 100 101000001 1011010 111000

Color Harmonies of #F428AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F428AC

Black with #F428AC

Text Example


Text Example

White with #F428AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F428AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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