Html Css Color HEX #F14AAE Brilliant Rose

📋 copy color: '#F14AAE'

red 241 ◦ green 74 ◦ blue 174

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

Shades of Brilliant Rose #F14AAE

Tints of Brilliant Rose #F14AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.13%

 BLUE value IS 174 (68.36% from 255) = 35.58%

R = 49.28%
G = 15.13%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F14AAE (or 0xF14AAE) is known color: Brilliant Rose. HEX triplet: F1, 4A and AE. RGB value is (241,74,174). Sum of RGB (Red+Green+Blue) = 241+74+174=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14AAE is #0EB551. Grayscale: #878787. Windows color (decimal): -963922 or 11422449. OLE color: 11422449.

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

Color convert

RGB 241 74 174 -
CMYK 0 0.69 0.28 0.05
HSL 324.07º 0.86% 0.62% -
HSV(B) 324.07º 0.69% 0.95% -
XYZ 46.36 26.65 42.75 -
YUV 135.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 241 74 174 0 0.69 0.28 0.05 324.07 0.86 0.62
Hex F1 4A AE 0 45 1C 5 144 56 3E
Octal 361 112 256 0 105 34 5 504 126 76
Binary 11110001 1001010 10101110 0 1000101 11100 101 101000100 1010110 111110

Color Harmonies of #F14AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14AAE

Black with #F14AAE

Text Example


Text Example

White with #F14AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14AAE; }

 p { color: rgb(241,74,174); }

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

background-color css

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

 a { background-color: rgb(241,74,174); }

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

border-color css

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

 span { border-color: rgb(241,74,174); }

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