Html Css Color HEX #F144AD Brilliant Rose

📋 copy color: '#F144AD'

red 241 ◦ green 68 ◦ blue 173

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

Shades of Brilliant Rose #F144AD

Tints of Brilliant Rose #F144AD

RGB

 RED value IS 241 (94.53% from 255) = 50%

 GREEN value IS 68 (26.95% from 255) = 14.11%

 BLUE value IS 173 (67.97% from 255) = 35.89%

R = 50%
G = 14.11%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F144AD (or 0xF144AD) is known color: Brilliant Rose. HEX triplet: F1, 44 and AD. RGB value is (241,68,173). Sum of RGB (Red+Green+Blue) = 241+68+173=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F144AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F144AD is #0EBB52. Grayscale: #838383. Windows color (decimal): -965459 or 11355377. OLE color: 11355377.

HSL color Cylindrical-coordinate representation of color #F144AD: hue angle of 323.58º 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 #F144AD is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 68 173 -
CMYK 0 0.72 0.28 0.05
HSL 323.58º 0.86% 0.61% -
HSV(B) 323.58º 0.72% 0.95% -
XYZ 45.89 25.85 42.11 -
YUV 131.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 241 68 173 0 0.72 0.28 0.05 323.58 0.86 0.61
Hex F1 44 AD 0 48 1C 5 144 56 3D
Octal 361 104 255 0 110 34 5 504 126 75
Binary 11110001 1000100 10101101 0 1001000 11100 101 101000100 1010110 111101

Color Harmonies of #F144AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144AD

Black with #F144AD

Text Example


Text Example

White with #F144AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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