Html Css Color HEX #F14CB9 Brilliant Rose

📋 copy color: '#F14CB9'

red 241 ◦ green 76 ◦ blue 185

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

Shades of Brilliant Rose #F14CB9

Tints of Brilliant Rose #F14CB9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.14%

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 48.01%
G = 15.14%
B = 36.85%

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

#F14CB9 (or 0xF14CB9) is known color: Brilliant Rose. HEX triplet: F1, 4C and B9. RGB value is (241,76,185). Sum of RGB (Red+Green+Blue) = 241+76+185=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CB9 is #0EB346. Grayscale: #898989. Windows color (decimal): -963399 or 12143857. OLE color: 12143857.

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

Color convert

RGB 241 76 185 -
CMYK 0 0.68 0.23 0.05
HSL 320.36º 0.85% 0.62% -
HSV(B) 320.36º 0.68% 0.95% -
XYZ 47.62 27.37 48.67 -
YUV 137.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 241 76 185 0 0.68 0.23 0.05 320.36 0.85 0.62
Hex F1 4C B9 0 44 17 5 140 55 3E
Octal 361 114 271 0 104 27 5 500 125 76
Binary 11110001 1001100 10111001 0 1000100 10111 101 101000000 1010101 111110

Color Harmonies of #F14CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CB9

Black with #F14CB9

Text Example


Text Example

White with #F14CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CB9; }

 p { color: rgb(241,76,185); }

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

background-color css

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

 a { background-color: rgb(241,76,185); }

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

border-color css

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

 span { border-color: rgb(241,76,185); }

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