Html Css Color HEX #F14C9D Brilliant Rose

📋 copy color: '#F14C9D'

red 241 ◦ green 76 ◦ blue 157

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

Shades of Brilliant Rose #F14C9D

Tints of Brilliant Rose #F14C9D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.03%

 BLUE value IS 157 (61.72% from 255) = 33.12%

R = 50.84%
G = 16.03%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F14C9D (or 0xF14C9D) is known color: Brilliant Rose. HEX triplet: F1, 4C and 9D. RGB value is (241,76,157). Sum of RGB (Red+Green+Blue) = 241+76+157=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C9D is #0EB362. Grayscale: #868686. Windows color (decimal): -963427 or 10308849. OLE color: 10308849.

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

Color convert

RGB 241 76 157 -
CMYK 0 0.68 0.35 0.05
HSL 330.55º 0.85% 0.62% -
HSV(B) 330.55º 0.68% 0.95% -
XYZ 44.95 26.3 34.61 -
YUV 134.57 140.66 203.91 -
System Red Green Blue C M Y K H S L
Decimal 241 76 157 0 0.68 0.35 0.05 330.55 0.85 0.62
Hex F1 4C 9D 0 44 23 5 14B 55 3E
Octal 361 114 235 0 104 43 5 513 125 76
Binary 11110001 1001100 10011101 0 1000100 100011 101 101001011 1010101 111110

Color Harmonies of #F14C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C9D

Black with #F14C9D

Text Example


Text Example

White with #F14C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C9D; }

 p { color: rgb(241,76,157); }

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

background-color css

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

 a { background-color: rgb(241,76,157); }

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

border-color css

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

 span { border-color: rgb(241,76,157); }

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