Html Css Color HEX #F14CB4 Brilliant Rose

📋 copy color: '#F14CB4'

red 241 ◦ green 76 ◦ blue 180

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

Shades of Brilliant Rose #F14CB4

Tints of Brilliant Rose #F14CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.22%

R = 48.49%
G = 15.29%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F14CB4 (or 0xF14CB4) is known color: Brilliant Rose. HEX triplet: F1, 4C and B4. RGB value is (241,76,180). Sum of RGB (Red+Green+Blue) = 241+76+180=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CB4 is #0EB34B. Grayscale: #888888. Windows color (decimal): -963404 or 11816177. OLE color: 11816177.

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

Color convert

RGB 241 76 180 -
CMYK 0 0.68 0.25 0.05
HSL 322.18º 0.85% 0.62% -
HSV(B) 322.18º 0.68% 0.95% -
XYZ 47.1 27.16 45.94 -
YUV 137.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 241 76 180 0 0.68 0.25 0.05 322.18 0.85 0.62
Hex F1 4C B4 0 44 19 5 142 55 3E
Octal 361 114 264 0 104 31 5 502 125 76
Binary 11110001 1001100 10110100 0 1000100 11001 101 101000010 1010101 111110

Color Harmonies of #F14CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CB4

Black with #F14CB4

Text Example


Text Example

White with #F14CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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