Html Css Color HEX #F14882 French Rose

📋 copy color: '#F14882'

red 241 ◦ green 72 ◦ blue 130

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

Shades of French Rose #F14882

Tints of French Rose #F14882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.35%

R = 54.4%
G = 16.25%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F14882 (or 0xF14882) is known color: French Rose. HEX triplet: F1, 48 and 82. RGB value is (241,72,130). Sum of RGB (Red+Green+Blue) = 241+72+130=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F14882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14882 is #0EB77D. Grayscale: #818181. Windows color (decimal): -964478 or 8538353. OLE color: 8538353.

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

Color convert

RGB 241 72 130 -
CMYK 0 0.70 0.46 0.05
HSL 339.41º 0.86% 0.61% -
HSV(B) 339.41º 0.7% 0.95% -
XYZ 42.62 24.95 23.69 -
YUV 129.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 241 72 130 0 0.70 0.46 0.05 339.41 0.86 0.61
Hex F1 48 82 0 46 2E 5 153 56 3D
Octal 361 110 202 0 106 56 5 523 126 75
Binary 11110001 1001000 10000010 0 1000110 101110 101 101010011 1010110 111101

Color Harmonies of #F14882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14882

Black with #F14882

Text Example


Text Example

White with #F14882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14882; }

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

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

background-color css

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

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

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

border-color css

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

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

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