Html Css Color HEX #F42696 Persian Rose

📋 copy color: '#F42696'

red 244 ◦ green 38 ◦ blue 150

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

Shades of Persian Rose #F42696

Tints of Persian Rose #F42696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.8%

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

R = 56.48%
G = 8.8%
B = 34.72%

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

#F42696 (or 0xF42696) is known color: Persian Rose. HEX triplet: F4, 26 and 96. RGB value is (244,38,150). Sum of RGB (Red+Green+Blue) = 244+38+150=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F42696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42696 is #0BD969. Grayscale: #707070. Windows color (decimal): -776554 or 9840372. OLE color: 9840372.

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

Color convert

RGB 244 38 150 -
CMYK 0 0.84 0.39 0.04
HSL 327.38º 0.9% 0.55% -
HSV(B) 327.38º 0.84% 0.96% -
XYZ 43.51 22.82 30.97 -
YUV 112.36 149.25 221.89 -
System Red Green Blue C M Y K H S L
Decimal 244 38 150 0 0.84 0.39 0.04 327.38 0.9 0.55
Hex F4 26 96 0 54 27 4 147 5A 37
Octal 364 46 226 0 124 47 4 507 132 67
Binary 11110100 100110 10010110 0 1010100 100111 100 101000111 1011010 110111

Color Harmonies of #F42696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42696

Black with #F42696

Text Example


Text Example

White with #F42696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42696; }

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

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

background-color css

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

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

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

border-color css

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

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

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