Html Css Color HEX #F14892 French Rose

📋 copy color: '#F14892'

red 241 ◦ green 72 ◦ blue 146

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

Shades of French Rose #F14892

Tints of French Rose #F14892

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.69%

 BLUE value IS 146 (57.42% from 255) = 31.81%

R = 52.51%
G = 15.69%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F14892 (or 0xF14892) is known color: French Rose. HEX triplet: F1, 48 and 92. RGB value is (241,72,146). Sum of RGB (Red+Green+Blue) = 241+72+146=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F14892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14892 is #0EB76D. Grayscale: #828282. Windows color (decimal): -964462 or 9586929. OLE color: 9586929.

HSL color Cylindrical-coordinate representation of color #F14892: hue angle of 333.73º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14892 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 72 146 -
CMYK 0 0.70 0.39 0.05
HSL 333.73º 0.86% 0.61% -
HSV(B) 333.73º 0.7% 0.95% -
XYZ 43.78 25.41 29.79 -
YUV 130.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 241 72 146 0 0.70 0.39 0.05 333.73 0.86 0.61
Hex F1 48 92 0 46 27 5 14E 56 3D
Octal 361 110 222 0 106 47 5 516 126 75
Binary 11110001 1001000 10010010 0 1000110 100111 101 101001110 1010110 111101

Color Harmonies of #F14892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14892

Black with #F14892

Text Example


Text Example

White with #F14892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14892; }

 p { color: rgb(241,72,146); }

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

background-color css

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

 a { background-color: rgb(241,72,146); }

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

border-color css

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

 span { border-color: rgb(241,72,146); }

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