Html Css Color HEX #F14CAC Brilliant Rose

📋 copy color: '#F14CAC'

red 241 ◦ green 76 ◦ blue 172

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

Shades of Brilliant Rose #F14CAC

Tints of Brilliant Rose #F14CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 49.28%
G = 15.54%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F14CAC (or 0xF14CAC) is known color: Brilliant Rose. HEX triplet: F1, 4C and AC. RGB value is (241,76,172). Sum of RGB (Red+Green+Blue) = 241+76+172=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14CAC is #0EB353. Grayscale: #888888. Windows color (decimal): -963412 or 11291889. OLE color: 11291889.

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

Color convert

RGB 241 76 172 -
CMYK 0 0.68 0.29 0.05
HSL 325.09º 0.85% 0.62% -
HSV(B) 325.09º 0.68% 0.95% -
XYZ 46.31 26.85 41.77 -
YUV 136.28 148.16 202.69 -
System Red Green Blue C M Y K H S L
Decimal 241 76 172 0 0.68 0.29 0.05 325.09 0.85 0.62
Hex F1 4C AC 0 44 1D 5 145 55 3E
Octal 361 114 254 0 104 35 5 505 125 76
Binary 11110001 1001100 10101100 0 1000100 11101 101 101000101 1010101 111110

Color Harmonies of #F14CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CAC

Black with #F14CAC

Text Example


Text Example

White with #F14CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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