Html Css Color HEX #F14DA9 Brilliant Rose

📋 copy color: '#F14DA9'

red 241 ◦ green 77 ◦ blue 169

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

Shades of Brilliant Rose #F14DA9

Tints of Brilliant Rose #F14DA9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.81%

 BLUE value IS 169 (66.41% from 255) = 34.7%

R = 49.49%
G = 15.81%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F14DA9 (or 0xF14DA9) is known color: Brilliant Rose. HEX triplet: F1, 4D and A9. RGB value is (241,77,169). Sum of RGB (Red+Green+Blue) = 241+77+169=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14DA9 is #0EB256. Grayscale: #888888. Windows color (decimal): -963159 or 11095537. OLE color: 11095537.

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

Color convert

RGB 241 77 169 -
CMYK 0 0.68 0.30 0.05
HSL 326.34º 0.85% 0.62% -
HSV(B) 326.34º 0.68% 0.95% -
XYZ 46.09 26.87 40.29 -
YUV 136.52 146.33 202.52 -
System Red Green Blue C M Y K H S L
Decimal 241 77 169 0 0.68 0.30 0.05 326.34 0.85 0.62
Hex F1 4D A9 0 44 1E 5 146 55 3E
Octal 361 115 251 0 104 36 5 506 125 76
Binary 11110001 1001101 10101001 0 1000100 11110 101 101000110 1010101 111110

Color Harmonies of #F14DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DA9

Black with #F14DA9

Text Example


Text Example

White with #F14DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DA9; }

 p { color: rgb(241,77,169); }

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

background-color css

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

 a { background-color: rgb(241,77,169); }

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

border-color css

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

 span { border-color: rgb(241,77,169); }

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