Html Css Color HEX #F94A8A French Rose

📋 copy color: '#F94A8A'

red 249 ◦ green 74 ◦ blue 138

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

Shades of French Rose #F94A8A

Tints of French Rose #F94A8A

RGB

 RED value IS 249 (97.66% from 255) = 54.01%

 GREEN value IS 74 (29.3% from 255) = 16.05%

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 54.01%
G = 16.05%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F94A8A (or 0xF94A8A) is known color: French Rose. HEX triplet: F9, 4A and 8A. RGB value is (249,74,138). Sum of RGB (Red+Green+Blue) = 249+74+138=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A8A is #06B575. Grayscale: #858585. Windows color (decimal): -439670 or 9063161. OLE color: 9063161.

HSL color Cylindrical-coordinate representation of color #F94A8A: hue angle of 338.06º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94A8A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 74 138 -
CMYK 0 0.70 0.45 0.02
HSL 338.06º 0.94% 0.63% -
HSV(B) 338.06º 0.7% 0.98% -
XYZ 46.1 26.87 26.8 -
YUV 133.62 130.48 210.3 -
System Red Green Blue C M Y K H S L
Decimal 249 74 138 0 0.70 0.45 0.02 338.06 0.94 0.63
Hex F9 4A 8A 0 46 2D 2 152 5E 3F
Octal 371 112 212 0 106 55 2 522 136 77
Binary 11111001 1001010 10001010 0 1000110 101101 10 101010010 1011110 111111

Color Harmonies of #F94A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A8A

Black with #F94A8A

Text Example


Text Example

White with #F94A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A8A; }

 p { color: rgb(249,74,138); }

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

background-color css

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

 a { background-color: rgb(249,74,138); }

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

border-color css

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

 span { border-color: rgb(249,74,138); }

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