Html Css Color HEX #F3477D French Rose

📋 copy color: '#F3477D'

red 243 ◦ green 71 ◦ blue 125

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

Shades of French Rose #F3477D

Tints of French Rose #F3477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.17%

 BLUE value IS 125 (49.22% from 255) = 28.47%

R = 55.35%
G = 16.17%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3477D (or 0xF3477D) is known color: French Rose. HEX triplet: F3, 47 and 7D. RGB value is (243,71,125). Sum of RGB (Red+Green+Blue) = 243+71+125=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F3477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3477D is #0CB882. Grayscale: #808080. Windows color (decimal): -833667 or 8210419. OLE color: 8210419.

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

Color convert

RGB 243 71 125 -
CMYK 0 0.71 0.49 0.05
HSL 341.16º 0.88% 0.62% -
HSV(B) 341.16º 0.71% 0.95% -
XYZ 42.92 25.04 21.97 -
YUV 128.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 243 71 125 0 0.71 0.49 0.05 341.16 0.88 0.62
Hex F3 47 7D 0 47 31 5 155 58 3E
Octal 363 107 175 0 107 61 5 525 130 76
Binary 11110011 1000111 1111101 0 1000111 110001 101 101010101 1011000 111110

Color Harmonies of #F3477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3477D

Black with #F3477D

Text Example


Text Example

White with #F3477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3477D; }

 p { color: rgb(243,71,125); }

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

background-color css

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

 a { background-color: rgb(243,71,125); }

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

border-color css

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

 span { border-color: rgb(243,71,125); }

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