Html Css Color HEX #F14AB2 Brilliant Rose

📋 copy color: '#F14AB2'

red 241 ◦ green 74 ◦ blue 178

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

Shades of Brilliant Rose #F14AB2

Tints of Brilliant Rose #F14AB2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.01%

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 48.88%
G = 15.01%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F14AB2 (or 0xF14AB2) is known color: Brilliant Rose. HEX triplet: F1, 4A and B2. RGB value is (241,74,178). Sum of RGB (Red+Green+Blue) = 241+74+178=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14AB2 is #0EB54D. Grayscale: #878787. Windows color (decimal): -963918 or 11684593. OLE color: 11684593.

HSL color Cylindrical-coordinate representation of color #F14AB2: hue angle of 322.63º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14AB2 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 74 178 -
CMYK 0 0.69 0.26 0.05
HSL 322.63º 0.86% 0.62% -
HSV(B) 322.63º 0.69% 0.95% -
XYZ 46.76 26.81 44.83 -
YUV 135.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 241 74 178 0 0.69 0.26 0.05 322.63 0.86 0.62
Hex F1 4A B2 0 45 1A 5 143 56 3E
Octal 361 112 262 0 105 32 5 503 126 76
Binary 11110001 1001010 10110010 0 1000101 11010 101 101000011 1010110 111110

Color Harmonies of #F14AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14AB2

Black with #F14AB2

Text Example


Text Example

White with #F14AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14AB2; }

 p { color: rgb(241,74,178); }

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

background-color css

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

 a { background-color: rgb(241,74,178); }

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

border-color css

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

 span { border-color: rgb(241,74,178); }

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