Html Css Color HEX #F14DAF Brilliant Rose

📋 copy color: '#F14DAF'

red 241 ◦ green 77 ◦ blue 175

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

Shades of Brilliant Rose #F14DAF

Tints of Brilliant Rose #F14DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.5%

R = 48.88%
G = 15.62%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F14DAF (or 0xF14DAF) is known color: Brilliant Rose. HEX triplet: F1, 4D and AF. RGB value is (241,77,175). Sum of RGB (Red+Green+Blue) = 241+77+175=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14DAF is #0EB250. Grayscale: #888888. Windows color (decimal): -963153 or 11488753. OLE color: 11488753.

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

Color convert

RGB 241 77 175 -
CMYK 0 0.68 0.27 0.05
HSL 324.15º 0.85% 0.62% -
HSV(B) 324.15º 0.68% 0.95% -
XYZ 46.67 27.1 43.33 -
YUV 137.21 149.33 202.03 -
System Red Green Blue C M Y K H S L
Decimal 241 77 175 0 0.68 0.27 0.05 324.15 0.85 0.62
Hex F1 4D AF 0 44 1B 5 144 55 3E
Octal 361 115 257 0 104 33 5 504 125 76
Binary 11110001 1001101 10101111 0 1000100 11011 101 101000100 1010101 111110

Color Harmonies of #F14DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DAF

Black with #F14DAF

Text Example


Text Example

White with #F14DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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