Html Css Color HEX #F74D83 French Rose

📋 copy color: '#F74D83'

red 247 ◦ green 77 ◦ blue 131

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

Shades of French Rose #F74D83

Tints of French Rose #F74D83

RGB

 RED value IS 247 (96.88% from 255) = 54.29%

 GREEN value IS 77 (30.47% from 255) = 16.92%

 BLUE value IS 131 (51.56% from 255) = 28.79%

R = 54.29%
G = 16.92%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F74D83 (or 0xF74D83) is known color: French Rose. HEX triplet: F7, 4D and 83. RGB value is (247,77,131). Sum of RGB (Red+Green+Blue) = 247+77+131=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74D83 is #08B27C. Grayscale: #858585. Windows color (decimal): -569981 or 8605175. OLE color: 8605175.

HSL color Cylindrical-coordinate representation of color #F74D83: hue angle of 340.94º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74D83 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 77 131 -
CMYK 0 0.69 0.47 0.03
HSL 340.94º 0.91% 0.64% -
HSV(B) 340.94º 0.69% 0.97% -
XYZ 45.11 26.72 24.25 -
YUV 133.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 247 77 131 0 0.69 0.47 0.03 340.94 0.91 0.64
Hex F7 4D 83 0 45 2F 3 155 5B 40
Octal 367 115 203 0 105 57 3 525 133 100
Binary 11110111 1001101 10000011 0 1000101 101111 11 101010101 1011011 1000000

Color Harmonies of #F74D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D83

Black with #F74D83

Text Example


Text Example

White with #F74D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D83; }

 p { color: rgb(247,77,131); }

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

background-color css

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

 a { background-color: rgb(247,77,131); }

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

border-color css

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

 span { border-color: rgb(247,77,131); }

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