Html Css Color HEX #F42398 Persian Rose

📋 copy color: '#F42398'

red 244 ◦ green 35 ◦ blue 152

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

Shades of Persian Rose #F42398

Tints of Persian Rose #F42398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 56.61%
G = 8.12%
B = 35.27%

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

#F42398 (or 0xF42398) is known color: Persian Rose. HEX triplet: F4, 23 and 98. RGB value is (244,35,152). Sum of RGB (Red+Green+Blue) = 244+35+152=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F42398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42398 is #0BDC67. Grayscale: #6E6E6E. Windows color (decimal): -777320 or 9970676. OLE color: 9970676.

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

Color convert

RGB 244 35 152 -
CMYK 0 0.86 0.38 0.04
HSL 326.41º 0.9% 0.55% -
HSV(B) 326.41º 0.86% 0.96% -
XYZ 43.58 22.7 31.79 -
YUV 110.83 151.24 222.99 -
System Red Green Blue C M Y K H S L
Decimal 244 35 152 0 0.86 0.38 0.04 326.41 0.9 0.55
Hex F4 23 98 0 56 26 4 146 5A 37
Octal 364 43 230 0 126 46 4 506 132 67
Binary 11110100 100011 10011000 0 1010110 100110 100 101000110 1011010 110111

Color Harmonies of #F42398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42398

Black with #F42398

Text Example


Text Example

White with #F42398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42398; }

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

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

background-color css

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

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

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

border-color css

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

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

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