Html Css Color HEX #F42298 Persian Rose

📋 copy color: '#F42298'

red 244 ◦ green 34 ◦ blue 152

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

Shades of Persian Rose #F42298

Tints of Persian Rose #F42298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.91%

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

R = 56.74%
G = 7.91%
B = 35.35%

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

#F42298 (or 0xF42298) is known color: Persian Rose. HEX triplet: F4, 22 and 98. RGB value is (244,34,152). Sum of RGB (Red+Green+Blue) = 244+34+152=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F42298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42298 is #0BDD67. Grayscale: #6D6D6D. Windows color (decimal): -777576 or 9970420. OLE color: 9970420.

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

Color convert

RGB 244 34 152 -
CMYK 0 0.86 0.38 0.04
HSL 326.29º 0.91% 0.55% -
HSV(B) 326.29º 0.86% 0.96% -
XYZ 43.55 22.64 31.78 -
YUV 110.24 151.57 223.41 -
System Red Green Blue C M Y K H S L
Decimal 244 34 152 0 0.86 0.38 0.04 326.29 0.91 0.55
Hex F4 22 98 0 56 26 4 146 5B 37
Octal 364 42 230 0 126 46 4 506 133 67
Binary 11110100 100010 10011000 0 1010110 100110 100 101000110 1011011 110111

Color Harmonies of #F42298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42298

Black with #F42298

Text Example


Text Example

White with #F42298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42298; }

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

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

background-color css

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

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

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

border-color css

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

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

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