Html Css Color HEX #F14C9F Brilliant Rose

📋 copy color: '#F14C9F'

red 241 ◦ green 76 ◦ blue 159

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

Shades of Brilliant Rose #F14C9F

Tints of Brilliant Rose #F14C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.4%

R = 50.63%
G = 15.97%
B = 33.4%

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

#F14C9F (or 0xF14C9F) is known color: Brilliant Rose. HEX triplet: F1, 4C and 9F. RGB value is (241,76,159). Sum of RGB (Red+Green+Blue) = 241+76+159=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C9F is #0EB360. Grayscale: #868686. Windows color (decimal): -963425 or 10439921. OLE color: 10439921.

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

Color convert

RGB 241 76 159 -
CMYK 0 0.68 0.34 0.05
HSL 329.82º 0.85% 0.62% -
HSV(B) 329.82º 0.68% 0.95% -
XYZ 45.12 26.37 35.51 -
YUV 134.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 241 76 159 0 0.68 0.34 0.05 329.82 0.85 0.62
Hex F1 4C 9F 0 44 22 5 14A 55 3E
Octal 361 114 237 0 104 42 5 512 125 76
Binary 11110001 1001100 10011111 0 1000100 100010 101 101001010 1010101 111110

Color Harmonies of #F14C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C9F

Black with #F14C9F

Text Example


Text Example

White with #F14C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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