Html Css Color HEX #F14CA1 Brilliant Rose

📋 copy color: '#F14CA1'

red 241 ◦ green 76 ◦ blue 161

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

Shades of Brilliant Rose #F14CA1

Tints of Brilliant Rose #F14CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.68%

R = 50.42%
G = 15.9%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F14CA1 (or 0xF14CA1) is known color: Brilliant Rose. HEX triplet: F1, 4C and A1. RGB value is (241,76,161). Sum of RGB (Red+Green+Blue) = 241+76+161=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14CA1 is #0EB35E. Grayscale: #868686. Windows color (decimal): -963423 or 10570993. OLE color: 10570993.

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

Color convert

RGB 241 76 161 -
CMYK 0 0.68 0.33 0.05
HSL 329.09º 0.85% 0.62% -
HSV(B) 329.09º 0.68% 0.95% -
XYZ 45.29 26.44 36.43 -
YUV 135.03 142.66 203.59 -
System Red Green Blue C M Y K H S L
Decimal 241 76 161 0 0.68 0.33 0.05 329.09 0.85 0.62
Hex F1 4C A1 0 44 21 5 149 55 3E
Octal 361 114 241 0 104 41 5 511 125 76
Binary 11110001 1001100 10100001 0 1000100 100001 101 101001001 1010101 111110

Color Harmonies of #F14CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CA1

Black with #F14CA1

Text Example


Text Example

White with #F14CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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