Html Css Color HEX #F14DBA Brilliant Rose

📋 copy color: '#F14DBA'

red 241 ◦ green 77 ◦ blue 186

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

Shades of Brilliant Rose #F14DBA

Tints of Brilliant Rose #F14DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 47.82%
G = 15.28%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F14DBA (or 0xF14DBA) is known color: Brilliant Rose. HEX triplet: F1, 4D and BA. RGB value is (241,77,186). Sum of RGB (Red+Green+Blue) = 241+77+186=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DBA is #0EB245. Grayscale: #8A8A8A. Windows color (decimal): -963142 or 12209649. OLE color: 12209649.

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

Color convert

RGB 241 77 186 -
CMYK 0 0.68 0.23 0.05
HSL 320.12º 0.85% 0.62% -
HSV(B) 320.12º 0.68% 0.95% -
XYZ 47.79 27.55 49.25 -
YUV 138.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 241 77 186 0 0.68 0.23 0.05 320.12 0.85 0.62
Hex F1 4D BA 0 44 17 5 140 55 3E
Octal 361 115 272 0 104 27 5 500 125 76
Binary 11110001 1001101 10111010 0 1000100 10111 101 101000000 1010101 111110

Color Harmonies of #F14DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DBA

Black with #F14DBA

Text Example


Text Example

White with #F14DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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