Html Css Color HEX #F4239B Persian Rose

📋 copy color: '#F4239B'

red 244 ◦ green 35 ◦ blue 155

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

Shades of Persian Rose #F4239B

Tints of Persian Rose #F4239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 56.22%
G = 8.06%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F4239B (or 0xF4239B) is known color: Persian Rose. HEX triplet: F4, 23 and 9B. RGB value is (244,35,155). Sum of RGB (Red+Green+Blue) = 244+35+155=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F4239B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4239B is #0BDC64. Grayscale: #6E6E6E. Windows color (decimal): -777317 or 10167284. OLE color: 10167284.

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

Color convert

RGB 244 35 155 -
CMYK 0 0.86 0.36 0.04
HSL 325.55º 0.9% 0.55% -
HSV(B) 325.55º 0.86% 0.96% -
XYZ 43.83 22.8 33.1 -
YUV 111.17 152.74 222.74 -
System Red Green Blue C M Y K H S L
Decimal 244 35 155 0 0.86 0.36 0.04 325.55 0.9 0.55
Hex F4 23 9B 0 56 24 4 146 5A 37
Octal 364 43 233 0 126 44 4 506 132 67
Binary 11110100 100011 10011011 0 1010110 100100 100 101000110 1011010 110111

Color Harmonies of #F4239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4239B

Black with #F4239B

Text Example


Text Example

White with #F4239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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