Html Css Color HEX #F14BBA Brilliant Rose

📋 copy color: '#F14BBA'

red 241 ◦ green 75 ◦ blue 186

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

Shades of Brilliant Rose #F14BBA

Tints of Brilliant Rose #F14BBA

RGB

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

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

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

R = 48.01%
G = 14.94%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F14BBA (or 0xF14BBA) is known color: Brilliant Rose. HEX triplet: F1, 4B and BA. RGB value is (241,75,186). Sum of RGB (Red+Green+Blue) = 241+75+186=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F14BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14BBA is #0EB445. Grayscale: #898989. Windows color (decimal): -963654 or 12209137. OLE color: 12209137.

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

Color convert

RGB 241 75 186 -
CMYK 0 0.69 0.23 0.05
HSL 319.88º 0.86% 0.62% -
HSV(B) 319.88º 0.69% 0.95% -
XYZ 47.65 27.28 49.21 -
YUV 137.29 155.5 201.97 -
System Red Green Blue C M Y K H S L
Decimal 241 75 186 0 0.69 0.23 0.05 319.88 0.86 0.62
Hex F1 4B BA 0 45 17 5 140 56 3E
Octal 361 113 272 0 105 27 5 500 126 76
Binary 11110001 1001011 10111010 0 1000101 10111 101 101000000 1010110 111110

Color Harmonies of #F14BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14BBA

Black with #F14BBA

Text Example


Text Example

White with #F14BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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