Html Css Color HEX #F14CA2 Brilliant Rose

📋 copy color: '#F14CA2'

red 241 ◦ green 76 ◦ blue 162

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

Shades of Brilliant Rose #F14CA2

Tints of Brilliant Rose #F14CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.82%

R = 50.31%
G = 15.87%
B = 33.82%

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

#F14CA2 (or 0xF14CA2) is known color: Brilliant Rose. HEX triplet: F1, 4C and A2. RGB value is (241,76,162). Sum of RGB (Red+Green+Blue) = 241+76+162=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14CA2 is #0EB35D. Grayscale: #868686. Windows color (decimal): -963422 or 10636529. OLE color: 10636529.

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

Color convert

RGB 241 76 162 -
CMYK 0 0.68 0.33 0.05
HSL 328.73º 0.85% 0.62% -
HSV(B) 328.73º 0.68% 0.95% -
XYZ 45.38 26.48 36.9 -
YUV 135.14 143.16 203.51 -
System Red Green Blue C M Y K H S L
Decimal 241 76 162 0 0.68 0.33 0.05 328.73 0.85 0.62
Hex F1 4C A2 0 44 21 5 149 55 3E
Octal 361 114 242 0 104 41 5 511 125 76
Binary 11110001 1001100 10100010 0 1000100 100001 101 101001001 1010101 111110

Color Harmonies of #F14CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CA2

Black with #F14CA2

Text Example


Text Example

White with #F14CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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