Html Css Color HEX #F74D90 French Rose

📋 copy color: '#F74D90'

red 247 ◦ green 77 ◦ blue 144

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

Shades of French Rose #F74D90

Tints of French Rose #F74D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 52.78%
G = 16.45%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F74D90 (or 0xF74D90) is known color: French Rose. HEX triplet: F7, 4D and 90. RGB value is (247,77,144). Sum of RGB (Red+Green+Blue) = 247+77+144=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74D90 is #08B26F. Grayscale: #878787. Windows color (decimal): -569968 or 9457143. OLE color: 9457143.

HSL color Cylindrical-coordinate representation of color #F74D90: hue angle of 336.35º 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 #F74D90 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 77 144 -
CMYK 0 0.69 0.42 0.03
HSL 336.35º 0.91% 0.64% -
HSV(B) 336.35º 0.69% 0.97% -
XYZ 46.05 27.1 29.19 -
YUV 135.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 247 77 144 0 0.69 0.42 0.03 336.35 0.91 0.64
Hex F7 4D 90 0 45 2A 3 150 5B 40
Octal 367 115 220 0 105 52 3 520 133 100
Binary 11110111 1001101 10010000 0 1000101 101010 11 101010000 1011011 1000000

Color Harmonies of #F74D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D90

Black with #F74D90

Text Example


Text Example

White with #F74D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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