Html Css Color HEX #F14C93 French Rose

📋 copy color: '#F14C93'

red 241 ◦ green 76 ◦ blue 147

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

Shades of French Rose #F14C93

Tints of French Rose #F14C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 51.94%
G = 16.38%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F14C93 (or 0xF14C93) is known color: French Rose. HEX triplet: F1, 4C and 93. RGB value is (241,76,147). Sum of RGB (Red+Green+Blue) = 241+76+147=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C93 is #0EB36C. Grayscale: #858585. Windows color (decimal): -963437 or 9653489. OLE color: 9653489.

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

Color convert

RGB 241 76 147 -
CMYK 0 0.68 0.39 0.05
HSL 334.18º 0.85% 0.62% -
HSV(B) 334.18º 0.68% 0.95% -
XYZ 44.13 25.98 30.29 -
YUV 133.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 241 76 147 0 0.68 0.39 0.05 334.18 0.85 0.62
Hex F1 4C 93 0 44 27 5 14E 55 3E
Octal 361 114 223 0 104 47 5 516 125 76
Binary 11110001 1001100 10010011 0 1000100 100111 101 101001110 1010101 111110

Color Harmonies of #F14C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C93

Black with #F14C93

Text Example


Text Example

White with #F14C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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