Html Css Color HEX #F14AAB Brilliant Rose

📋 copy color: '#F14AAB'

red 241 ◦ green 74 ◦ blue 171

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

Shades of Brilliant Rose #F14AAB

Tints of Brilliant Rose #F14AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.19%

R = 49.59%
G = 15.23%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F14AAB (or 0xF14AAB) is known color: Brilliant Rose. HEX triplet: F1, 4A and AB. RGB value is (241,74,171). Sum of RGB (Red+Green+Blue) = 241+74+171=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14AAB is #0EB554. Grayscale: #868686. Windows color (decimal): -963925 or 11225841. OLE color: 11225841.

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

Color convert

RGB 241 74 171 -
CMYK 0 0.69 0.29 0.05
HSL 325.15º 0.86% 0.62% -
HSV(B) 325.15º 0.69% 0.95% -
XYZ 46.08 26.54 41.22 -
YUV 134.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 241 74 171 0 0.69 0.29 0.05 325.15 0.86 0.62
Hex F1 4A AB 0 45 1D 5 145 56 3E
Octal 361 112 253 0 105 35 5 505 126 76
Binary 11110001 1001010 10101011 0 1000101 11101 101 101000101 1010110 111110

Color Harmonies of #F14AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14AAB

Black with #F14AAB

Text Example


Text Example

White with #F14AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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