Html Css Color HEX #F14BAB Brilliant Rose

📋 copy color: '#F14BAB'

red 241 ◦ green 75 ◦ blue 171

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

Shades of Brilliant Rose #F14BAB

Tints of Brilliant Rose #F14BAB

RGB

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

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

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

R = 49.49%
G = 15.4%
B = 35.11%

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

#F14BAB (or 0xF14BAB) is known color: Brilliant Rose. HEX triplet: F1, 4B and AB. RGB value is (241,75,171). Sum of RGB (Red+Green+Blue) = 241+75+171=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F14BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14BAB is #0EB454. Grayscale: #878787. Windows color (decimal): -963669 or 11226097. OLE color: 11226097.

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

Color convert

RGB 241 75 171 -
CMYK 0 0.69 0.29 0.05
HSL 325.3º 0.86% 0.62% -
HSV(B) 325.3º 0.69% 0.95% -
XYZ 46.14 26.67 41.24 -
YUV 135.58 148 203.19 -
System Red Green Blue C M Y K H S L
Decimal 241 75 171 0 0.69 0.29 0.05 325.3 0.86 0.62
Hex F1 4B AB 0 45 1D 5 145 56 3E
Octal 361 113 253 0 105 35 5 505 126 76
Binary 11110001 1001011 10101011 0 1000101 11101 101 101000101 1010110 111110

Color Harmonies of #F14BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14BAB

Black with #F14BAB

Text Example


Text Example

White with #F14BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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