Html Css Color HEX #F14BAC Brilliant Rose

📋 copy color: '#F14BAC'

red 241 ◦ green 75 ◦ blue 172

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

Shades of Brilliant Rose #F14BAC

Tints of Brilliant Rose #F14BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.37%

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

R = 49.39%
G = 15.37%
B = 35.25%

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

#F14BAC (or 0xF14BAC) is known color: Brilliant Rose. HEX triplet: F1, 4B and AC. RGB value is (241,75,172). Sum of RGB (Red+Green+Blue) = 241+75+172=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F14BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14BAC is #0EB453. Grayscale: #878787. Windows color (decimal): -963668 or 11291633. OLE color: 11291633.

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

Color convert

RGB 241 75 172 -
CMYK 0 0.69 0.29 0.05
HSL 324.94º 0.86% 0.62% -
HSV(B) 324.94º 0.69% 0.95% -
XYZ 46.24 26.71 41.75 -
YUV 135.69 148.5 203.11 -
System Red Green Blue C M Y K H S L
Decimal 241 75 172 0 0.69 0.29 0.05 324.94 0.86 0.62
Hex F1 4B AC 0 45 1D 5 145 56 3E
Octal 361 113 254 0 105 35 5 505 126 76
Binary 11110001 1001011 10101100 0 1000101 11101 101 101000101 1010110 111110

Color Harmonies of #F14BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14BAC

Black with #F14BAC

Text Example


Text Example

White with #F14BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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