Html Css Color HEX #F14C8B French Rose

📋 copy color: '#F14C8B'

red 241 ◦ green 76 ◦ blue 139

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

Shades of French Rose #F14C8B

Tints of French Rose #F14C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 52.85%
G = 16.67%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F14C8B (or 0xF14C8B) is known color: French Rose. HEX triplet: F1, 4C and 8B. RGB value is (241,76,139). Sum of RGB (Red+Green+Blue) = 241+76+139=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C8B is #0EB374. Grayscale: #848484. Windows color (decimal): -963445 or 9129201. OLE color: 9129201.

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

Color convert

RGB 241 76 139 -
CMYK 0 0.68 0.42 0.05
HSL 337.09º 0.85% 0.62% -
HSV(B) 337.09º 0.68% 0.95% -
XYZ 43.52 25.73 27.1 -
YUV 132.52 131.66 205.38 -
System Red Green Blue C M Y K H S L
Decimal 241 76 139 0 0.68 0.42 0.05 337.09 0.85 0.62
Hex F1 4C 8B 0 44 2A 5 151 55 3E
Octal 361 114 213 0 104 52 5 521 125 76
Binary 11110001 1001100 10001011 0 1000100 101010 101 101010001 1010101 111110

Color Harmonies of #F14C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C8B

Black with #F14C8B

Text Example


Text Example

White with #F14C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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