Html Css Color HEX #F42896 Persian Rose

📋 copy color: '#F42896'

red 244 ◦ green 40 ◦ blue 150

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

Shades of Persian Rose #F42896

Tints of Persian Rose #F42896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.56%

R = 56.22%
G = 9.22%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F42896 (or 0xF42896) is known color: Persian Rose. HEX triplet: F4, 28 and 96. RGB value is (244,40,150). Sum of RGB (Red+Green+Blue) = 244+40+150=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F42896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42896 is #0BD769. Grayscale: #717171. Windows color (decimal): -776042 or 9840884. OLE color: 9840884.

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

Color convert

RGB 244 40 150 -
CMYK 0 0.84 0.39 0.04
HSL 327.65º 0.9% 0.56% -
HSV(B) 327.65º 0.84% 0.96% -
XYZ 43.57 22.95 30.99 -
YUV 113.54 148.59 221.06 -
System Red Green Blue C M Y K H S L
Decimal 244 40 150 0 0.84 0.39 0.04 327.65 0.9 0.56
Hex F4 28 96 0 54 27 4 148 5A 38
Octal 364 50 226 0 124 47 4 510 132 70
Binary 11110100 101000 10010110 0 1010100 100111 100 101001000 1011010 111000

Color Harmonies of #F42896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42896

Black with #F42896

Text Example


Text Example

White with #F42896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42896; }

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

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

background-color css

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

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

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

border-color css

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

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

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