Html Css Color HEX #F14D9E Brilliant Rose

📋 copy color: '#F14D9E'

red 241 ◦ green 77 ◦ blue 158

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

Shades of Brilliant Rose #F14D9E

Tints of Brilliant Rose #F14D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.19%

R = 50.63%
G = 16.18%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F14D9E (or 0xF14D9E) is known color: Brilliant Rose. HEX triplet: F1, 4D and 9E. RGB value is (241,77,158). Sum of RGB (Red+Green+Blue) = 241+77+158=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D9E is #0EB261. Grayscale: #878787. Windows color (decimal): -963170 or 10374641. OLE color: 10374641.

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

Color convert

RGB 241 77 158 -
CMYK 0 0.68 0.34 0.05
HSL 330.37º 0.85% 0.62% -
HSV(B) 330.37º 0.68% 0.95% -
XYZ 45.1 26.48 35.08 -
YUV 135.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 241 77 158 0 0.68 0.34 0.05 330.37 0.85 0.62
Hex F1 4D 9E 0 44 22 5 14A 55 3E
Octal 361 115 236 0 104 42 5 512 125 76
Binary 11110001 1001101 10011110 0 1000100 100010 101 101001010 1010101 111110

Color Harmonies of #F14D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D9E

Black with #F14D9E

Text Example


Text Example

White with #F14D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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