Html Css Color HEX #F42397 Persian Rose

📋 copy color: '#F42397'

red 244 ◦ green 35 ◦ blue 151

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

Shades of Persian Rose #F42397

Tints of Persian Rose #F42397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.14%

 BLUE value IS 151 (59.38% from 255) = 35.12%

R = 56.74%
G = 8.14%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F42397 (or 0xF42397) is known color: Persian Rose. HEX triplet: F4, 23 and 97. RGB value is (244,35,151). Sum of RGB (Red+Green+Blue) = 244+35+151=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F42397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42397 is #0BDC68. Grayscale: #6E6E6E. Windows color (decimal): -777321 or 9905140. OLE color: 9905140.

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

Color convert

RGB 244 35 151 -
CMYK 0 0.86 0.38 0.04
HSL 326.7º 0.9% 0.55% -
HSV(B) 326.7º 0.86% 0.96% -
XYZ 43.5 22.67 31.36 -
YUV 110.72 150.74 223.07 -
System Red Green Blue C M Y K H S L
Decimal 244 35 151 0 0.86 0.38 0.04 326.7 0.9 0.55
Hex F4 23 97 0 56 26 4 147 5A 37
Octal 364 43 227 0 126 46 4 507 132 67
Binary 11110100 100011 10010111 0 1010110 100110 100 101000111 1011010 110111

Color Harmonies of #F42397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42397

Black with #F42397

Text Example


Text Example

White with #F42397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42397; }

 p { color: rgb(244,35,151); }

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

background-color css

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

 a { background-color: rgb(244,35,151); }

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

border-color css

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

 span { border-color: rgb(244,35,151); }

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