Html Css Color HEX #F42FA0 Persian Rose

📋 copy color: '#F42FA0'

red 244 ◦ green 47 ◦ blue 160

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

Shades of Persian Rose #F42FA0

Tints of Persian Rose #F42FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.42%

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 54.1%
G = 10.42%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F42FA0 (or 0xF42FA0) is known color: Persian Rose. HEX triplet: F4, 2F and A0. RGB value is (244,47,160). Sum of RGB (Red+Green+Blue) = 244+47+160=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F42FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42FA0 is #0BD05F. Grayscale: #767676. Windows color (decimal): -774240 or 10498036. OLE color: 10498036.

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

Color convert

RGB 244 47 160 -
CMYK 0 0.81 0.34 0.04
HSL 325.58º 0.9% 0.57% -
HSV(B) 325.58º 0.81% 0.96% -
XYZ 44.67 23.8 35.5 -
YUV 118.79 151.27 217.31 -
System Red Green Blue C M Y K H S L
Decimal 244 47 160 0 0.81 0.34 0.04 325.58 0.9 0.57
Hex F4 2F A0 0 51 22 4 146 5A 39
Octal 364 57 240 0 121 42 4 506 132 71
Binary 11110100 101111 10100000 0 1010001 100010 100 101000110 1011010 111001

Color Harmonies of #F42FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42FA0

Black with #F42FA0

Text Example


Text Example

White with #F42FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42FA0; }

 p { color: rgb(244,47,160); }

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

background-color css

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

 a { background-color: rgb(244,47,160); }

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

border-color css

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

 span { border-color: rgb(244,47,160); }

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