#F448B6

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

Shades of Brilliant Rose #F448B6

Tints of Brilliant Rose #F448B6

Color information

#F448B6 (or 0xF448B6) is unknown color: approx Brilliant Rose. HEX triplet: F4, 48 and B6. RGB value is (244,72,182). Sum of RGB (Red+Green+Blue) = 244+72+182=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F448B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448B6 is #0BB749. Grayscale: #878787. Windows color (decimal): -767818 or 11946228. OLE color: 11946228.

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

Color convert

RGB24472182-
CMYK00.700.250.04
HSL321.63º88.66%61.96%-
HSV(B)321.63º70.49%95.69%-
XYZ48.0727.2546.98-
YUV135.97153.98205.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.00%
GREEN value IS 72 (28.52% from 255) = 14.46%
BLUE value IS 182 (71.48% from 255) = 36.55%
R=49.00%
G=14.46%
B=36.55%

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
Decimal2447218200.700.250.04321.6388.6661.96
HexF448B6046194142593e
Octal364110266010631450213176
Binary1111010010010001011011001000110110011001010000101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F448B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F448B6; }

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

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

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

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

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

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

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

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