Html Css Color HEX #F4279F Persian Rose

📋 copy color: '#F4279F'

red 244 ◦ green 39 ◦ blue 159

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

Shades of Persian Rose #F4279F

Tints of Persian Rose #F4279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.82%

 BLUE value IS 159 (62.5% from 255) = 35.97%

R = 55.2%
G = 8.82%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F4279F (or 0xF4279F) is known color: Persian Rose. HEX triplet: F4, 27 and 9F. RGB value is (244,39,159). Sum of RGB (Red+Green+Blue) = 244+39+159=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F4279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4279F is #0BD860. Grayscale: #717171. Windows color (decimal): -776289 or 10430452. OLE color: 10430452.

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

Color convert

RGB 244 39 159 -
CMYK 0 0.84 0.35 0.04
HSL 324.88º 0.9% 0.55% -
HSV(B) 324.88º 0.84% 0.96% -
XYZ 44.29 23.19 34.94 -
YUV 113.98 153.42 220.74 -
System Red Green Blue C M Y K H S L
Decimal 244 39 159 0 0.84 0.35 0.04 324.88 0.9 0.55
Hex F4 27 9F 0 54 23 4 145 5A 37
Octal 364 47 237 0 124 43 4 505 132 67
Binary 11110100 100111 10011111 0 1010100 100011 100 101000101 1011010 110111

Color Harmonies of #F4279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4279F

Black with #F4279F

Text Example


Text Example

White with #F4279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4279F; }

 p { color: rgb(244,39,159); }

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

background-color css

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

 a { background-color: rgb(244,39,159); }

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

border-color css

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

 span { border-color: rgb(244,39,159); }

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