#F438B4

Color #F438B4 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #F438B4

Tints of Persian Rose #F438B4

Color information

#F438B4 (or 0xF438B4) is unknown color: approx Persian Rose. HEX triplet: F4, 38 and B4. RGB value is (244,56,180). Sum of RGB (Red+Green+Blue) = 244+56+180=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F438B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F438B4 is #0BC74B. Grayscale: #7E7E7E. Windows color (decimal): -771916 or 11811060. OLE color: 11811060.

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

Color convert

RGB24456180-
CMYK00.770.260.04
HSL320.43º89.52%58.82%-
HSV(B)320.43º77.05%95.69%-
XYZ46.9625.3645.6-
YUV126.35158.28211.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.83%
GREEN value IS 56 (22.27% from 255) = 11.67%
BLUE value IS 180 (70.70% from 255) = 37.5%
R=50.83%
G=11.67%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445618000.770.260.04320.4389.5258.82
HexF438B404D1A41405a3b
Octal36470264011532450013273
Binary111101001110001011010001001101110101001010000001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F438B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F438B4; }

 p { color: rgb(244,56,180); }

 H1.HeaderClassName
 {
   color: #F438B4;
 }
 .AnyTagClassName
 {
   color: #F438B4;
 }
</style>
background-color css

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

 a { background-color: rgb(244,56,180); }

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

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

 span { border-color: rgb(244,56,180); }

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