#F448B8

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

Shades of Brilliant Rose #F448B8

Tints of Brilliant Rose #F448B8

Color information

#F448B8 (or 0xF448B8) is unknown color: approx Brilliant Rose. HEX triplet: F4, 48 and B8. RGB value is (244,72,184). Sum of RGB (Red+Green+Blue) = 244+72+184=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F448B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448B8 is #0BB747. Grayscale: #878787. Windows color (decimal): -767816 or 12077300. OLE color: 12077300.

HSL color Cylindrical-coordinate representation of color #F448B8: hue angle of 320.93º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F448B8 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB24472184-
CMYK00.700.250.04
HSL320.93º88.66%61.96%-
HSV(B)320.93º70.49%95.69%-
XYZ48.2827.3348.08-
YUV136.2154.98204.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.8%
GREEN value IS 72 (28.52% from 255) = 14.4%
BLUE value IS 184 (72.27% from 255) = 36.8%
R=48.8%
G=14.4%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447218400.700.250.04320.9388.6661.96
HexF448B8046194141593e
Octal364110270010631450113176
Binary1111010010010001011100001000110110011001010000011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F448B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F448B8; }

 p { color: rgb(244,72,184); }

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

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

 a { background-color: rgb(244,72,184); }

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

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

 span { border-color: rgb(244,72,184); }

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