Html Css Color HEX #F144AC Brilliant Rose

📋 copy color: '#F144AC'

red 241 ◦ green 68 ◦ blue 172

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

Shades of Brilliant Rose #F144AC

Tints of Brilliant Rose #F144AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 50.1%
G = 14.14%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F144AC (or 0xF144AC) is known color: Brilliant Rose. HEX triplet: F1, 44 and AC. RGB value is (241,68,172). Sum of RGB (Red+Green+Blue) = 241+68+172=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F144AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F144AC is #0EBB53. Grayscale: #838383. Windows color (decimal): -965460 or 11289841. OLE color: 11289841.

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

Color convert

RGB 241 68 172 -
CMYK 0 0.72 0.29 0.05
HSL 323.93º 0.86% 0.61% -
HSV(B) 323.93º 0.72% 0.95% -
XYZ 45.79 25.81 41.6 -
YUV 131.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 241 68 172 0 0.72 0.29 0.05 323.93 0.86 0.61
Hex F1 44 AC 0 48 1D 5 144 56 3D
Octal 361 104 254 0 110 35 5 504 126 75
Binary 11110001 1000100 10101100 0 1001000 11101 101 101000100 1010110 111101

Color Harmonies of #F144AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144AC

Black with #F144AC

Text Example


Text Example

White with #F144AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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