Html Css Color HEX #F14CA4 Brilliant Rose

📋 copy color: '#F14CA4'

red 241 ◦ green 76 ◦ blue 164

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

Shades of Brilliant Rose #F14CA4

Tints of Brilliant Rose #F14CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.1%

R = 50.1%
G = 15.8%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F14CA4 (or 0xF14CA4) is known color: Brilliant Rose. HEX triplet: F1, 4C and A4. RGB value is (241,76,164). Sum of RGB (Red+Green+Blue) = 241+76+164=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14CA4 is #0EB35B. Grayscale: #878787. Windows color (decimal): -963420 or 10767601. OLE color: 10767601.

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

Color convert

RGB 241 76 164 -
CMYK 0 0.68 0.32 0.05
HSL 328º 0.85% 0.62% -
HSV(B) 328º 0.68% 0.95% -
XYZ 45.56 26.55 37.85 -
YUV 135.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 241 76 164 0 0.68 0.32 0.05 328 0.85 0.62
Hex F1 4C A4 0 44 20 5 148 55 3E
Octal 361 114 244 0 104 40 5 510 125 76
Binary 11110001 1001100 10100100 0 1000100 100000 101 101001000 1010101 111110

Color Harmonies of #F14CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CA4

Black with #F14CA4

Text Example


Text Example

White with #F14CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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