Html Css Color HEX #F34985 French Rose

📋 copy color: '#F34985'

red 243 ◦ green 73 ◦ blue 133

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

Shades of French Rose #F34985

Tints of French Rose #F34985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 54.12%
G = 16.26%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F34985 (or 0xF34985) is known color: French Rose. HEX triplet: F3, 49 and 85. RGB value is (243,73,133). Sum of RGB (Red+Green+Blue) = 243+73+133=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F34985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34985 is #0CB67A. Grayscale: #828282. Windows color (decimal): -833147 or 8735219. OLE color: 8735219.

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

Color convert

RGB 243 73 133 -
CMYK 0 0.70 0.45 0.05
HSL 338.82º 0.88% 0.62% -
HSV(B) 338.82º 0.7% 0.95% -
XYZ 43.58 25.51 24.82 -
YUV 130.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 243 73 133 0 0.70 0.45 0.05 338.82 0.88 0.62
Hex F3 49 85 0 46 2D 5 153 58 3E
Octal 363 111 205 0 106 55 5 523 130 76
Binary 11110011 1001001 10000101 0 1000110 101101 101 101010011 1011000 111110

Color Harmonies of #F34985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34985

Black with #F34985

Text Example


Text Example

White with #F34985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34985; }

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

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

background-color css

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

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

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

border-color css

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

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

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