Html Css Color HEX #F4249A Persian Rose

📋 copy color: '#F4249A'

red 244 ◦ green 36 ◦ blue 154

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

Shades of Persian Rose #F4249A

Tints of Persian Rose #F4249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.29%

 BLUE value IS 154 (60.55% from 255) = 35.48%

R = 56.22%
G = 8.29%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F4249A (or 0xF4249A) is known color: Persian Rose. HEX triplet: F4, 24 and 9A. RGB value is (244,36,154). Sum of RGB (Red+Green+Blue) = 244+36+154=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F4249A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4249A is #0BDB65. Grayscale: #6F6F6F. Windows color (decimal): -777062 or 10102004. OLE color: 10102004.

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

Color convert

RGB 244 36 154 -
CMYK 0 0.85 0.37 0.04
HSL 325.96º 0.9% 0.55% -
HSV(B) 325.96º 0.85% 0.96% -
XYZ 43.77 22.83 32.67 -
YUV 111.64 151.91 222.41 -
System Red Green Blue C M Y K H S L
Decimal 244 36 154 0 0.85 0.37 0.04 325.96 0.9 0.55
Hex F4 24 9A 0 55 25 4 146 5A 37
Octal 364 44 232 0 125 45 4 506 132 67
Binary 11110100 100100 10011010 0 1010101 100101 100 101000110 1011010 110111

Color Harmonies of #F4249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4249A

Black with #F4249A

Text Example


Text Example

White with #F4249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4249A; }

 p { color: rgb(244,36,154); }

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

background-color css

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

 a { background-color: rgb(244,36,154); }

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

border-color css

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

 span { border-color: rgb(244,36,154); }

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