Html Css Color HEX #F34982 French Rose

📋 copy color: '#F34982'

red 243 ◦ green 73 ◦ blue 130

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

Shades of French Rose #F34982

Tints of French Rose #F34982

RGB

 RED value IS 243 (95.31% from 255) = 54.48%

 GREEN value IS 73 (28.91% from 255) = 16.37%

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

R = 54.48%
G = 16.37%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F34982 (or 0xF34982) is known color: French Rose. HEX triplet: F3, 49 and 82. RGB value is (243,73,130). Sum of RGB (Red+Green+Blue) = 243+73+130=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F34982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34982 is #0CB67D. Grayscale: #828282. Windows color (decimal): -833150 or 8538611. OLE color: 8538611.

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

Color convert

RGB 243 73 130 -
CMYK 0 0.70 0.47 0.05
HSL 339.88º 0.88% 0.62% -
HSV(B) 339.88º 0.7% 0.95% -
XYZ 43.37 25.43 23.74 -
YUV 130.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 243 73 130 0 0.70 0.47 0.05 339.88 0.88 0.62
Hex F3 49 82 0 46 2F 5 154 58 3E
Octal 363 111 202 0 106 57 5 524 130 76
Binary 11110011 1001001 10000010 0 1000110 101111 101 101010100 1011000 111110

Color Harmonies of #F34982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34982

Black with #F34982

Text Example


Text Example

White with #F34982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34982; }

 p { color: rgb(243,73,130); }

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

background-color css

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

 a { background-color: rgb(243,73,130); }

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

border-color css

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

 span { border-color: rgb(243,73,130); }

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