Html Css Color HEX #F144AA Brilliant Rose

📋 copy color: '#F144AA'

red 241 ◦ green 68 ◦ blue 170

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

Shades of Brilliant Rose #F144AA

Tints of Brilliant Rose #F144AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 50.31%
G = 14.2%
B = 35.49%

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

#F144AA (or 0xF144AA) is known color: Brilliant Rose. HEX triplet: F1, 44 and AA. RGB value is (241,68,170). Sum of RGB (Red+Green+Blue) = 241+68+170=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F144AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F144AA is #0EBB55. Grayscale: #838383. Windows color (decimal): -965462 or 11158769. OLE color: 11158769.

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

Color convert

RGB 241 68 170 -
CMYK 0 0.72 0.29 0.05
HSL 324.62º 0.86% 0.61% -
HSV(B) 324.62º 0.72% 0.95% -
XYZ 45.6 25.74 40.59 -
YUV 131.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 241 68 170 0 0.72 0.29 0.05 324.62 0.86 0.61
Hex F1 44 AA 0 48 1D 5 145 56 3D
Octal 361 104 252 0 110 35 5 505 126 75
Binary 11110001 1000100 10101010 0 1001000 11101 101 101000101 1010110 111101

Color Harmonies of #F144AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144AA

Black with #F144AA

Text Example


Text Example

White with #F144AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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