Html Css Color HEX #F14DBB Brilliant Rose

📋 copy color: '#F14DBB'

red 241 ◦ green 77 ◦ blue 187

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

Shades of Brilliant Rose #F14DBB

Tints of Brilliant Rose #F14DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.25%

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 47.72%
G = 15.25%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F14DBB (or 0xF14DBB) is known color: Brilliant Rose. HEX triplet: F1, 4D and BB. RGB value is (241,77,187). Sum of RGB (Red+Green+Blue) = 241+77+187=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DBB is #0EB244. Grayscale: #8A8A8A. Windows color (decimal): -963141 or 12275185. OLE color: 12275185.

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

Color convert

RGB 241 77 187 -
CMYK 0 0.68 0.22 0.05
HSL 319.76º 0.85% 0.62% -
HSV(B) 319.76º 0.68% 0.95% -
XYZ 47.9 27.6 49.82 -
YUV 138.58 155.33 201.06 -
System Red Green Blue C M Y K H S L
Decimal 241 77 187 0 0.68 0.22 0.05 319.76 0.85 0.62
Hex F1 4D BB 0 44 16 5 140 55 3E
Octal 361 115 273 0 104 26 5 500 125 76
Binary 11110001 1001101 10111011 0 1000100 10110 101 101000000 1010101 111110

Color Harmonies of #F14DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DBB

Black with #F14DBB

Text Example


Text Example

White with #F14DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DBB; }

 p { color: rgb(241,77,187); }

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

background-color css

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

 a { background-color: rgb(241,77,187); }

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

border-color css

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

 span { border-color: rgb(241,77,187); }

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