Html Css Color HEX #F14CB6 Brilliant Rose

📋 copy color: '#F14CB6'

red 241 ◦ green 76 ◦ blue 182

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

Shades of Brilliant Rose #F14CB6

Tints of Brilliant Rose #F14CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.47%

R = 48.3%
G = 15.23%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F14CB6 (or 0xF14CB6) is known color: Brilliant Rose. HEX triplet: F1, 4C and B6. RGB value is (241,76,182). Sum of RGB (Red+Green+Blue) = 241+76+182=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CB6 is #0EB349. Grayscale: #898989. Windows color (decimal): -963402 or 11947249. OLE color: 11947249.

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

Color convert

RGB 241 76 182 -
CMYK 0 0.68 0.24 0.05
HSL 321.45º 0.85% 0.62% -
HSV(B) 321.45º 0.68% 0.95% -
XYZ 47.3 27.25 47.02 -
YUV 137.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 241 76 182 0 0.68 0.24 0.05 321.45 0.85 0.62
Hex F1 4C B6 0 44 18 5 141 55 3E
Octal 361 114 266 0 104 30 5 501 125 76
Binary 11110001 1001100 10110110 0 1000100 11000 101 101000001 1010101 111110

Color Harmonies of #F14CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CB6

Black with #F14CB6

Text Example


Text Example

White with #F14CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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