Html Css Color HEX #F14AB3 Brilliant Rose

📋 copy color: '#F14AB3'

red 241 ◦ green 74 ◦ blue 179

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

Shades of Brilliant Rose #F14AB3

Tints of Brilliant Rose #F14AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.23%

R = 48.79%
G = 14.98%
B = 36.23%

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

#F14AB3 (or 0xF14AB3) is known color: Brilliant Rose. HEX triplet: F1, 4A and B3. RGB value is (241,74,179). Sum of RGB (Red+Green+Blue) = 241+74+179=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14AB3 is #0EB54C. Grayscale: #878787. Windows color (decimal): -963917 or 11750129. OLE color: 11750129.

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

Color convert

RGB 241 74 179 -
CMYK 0 0.69 0.26 0.05
HSL 322.28º 0.86% 0.62% -
HSV(B) 322.28º 0.69% 0.95% -
XYZ 46.86 26.85 45.36 -
YUV 135.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 241 74 179 0 0.69 0.26 0.05 322.28 0.86 0.62
Hex F1 4A B3 0 45 1A 5 142 56 3E
Octal 361 112 263 0 105 32 5 502 126 76
Binary 11110001 1001010 10110011 0 1000101 11010 101 101000010 1010110 111110

Color Harmonies of #F14AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14AB3

Black with #F14AB3

Text Example


Text Example

White with #F14AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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