#F144B4

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

Shades of Brilliant Rose #F144B4

Tints of Brilliant Rose #F144B4

Color information

#F144B4 (or 0xF144B4) is unknown color: approx Brilliant Rose. HEX triplet: F1, 44 and B4. RGB value is (241,68,180). Sum of RGB (Red+Green+Blue) = 241+68+180=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F144B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144B4 is #0EBB4B. Grayscale: #848484. Windows color (decimal): -965452 or 11814129. OLE color: 11814129.

HSL color Cylindrical-coordinate representation of color #F144B4: hue angle of 321.16º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F144B4 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB24168180-
CMYK00.720.250.05
HSL321.16º86.07%60.59%-
HSV(B)321.16º71.78%94.51%-
XYZ46.5826.1345.77-
YUV132.5154.81205.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 68 (26.95% from 255) = 13.91%
BLUE value IS 180 (70.70% from 255) = 36.81%
R=49.28%
G=13.91%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416818000.720.250.05321.1686.0760.59
HexF144B4048195141563d
Octal361104264011031550112675
Binary1111000110001001011010001001000110011011010000011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F144B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F144B4; }

 p { color: rgb(241,68,180); }

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

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

 a { background-color: rgb(241,68,180); }

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

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

 span { border-color: rgb(241,68,180); }

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