Html Css Color HEX #F35990 French Rose

📋 copy color: '#F35990'

red 243 ◦ green 89 ◦ blue 144

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

Shades of French Rose #F35990

Tints of French Rose #F35990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.7%

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

R = 51.05%
G = 18.7%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F35990 (or 0xF35990) is known color: French Rose. HEX triplet: F3, 59 and 90. RGB value is (243,89,144). Sum of RGB (Red+Green+Blue) = 243+89+144=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F35990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35990 is #0CA66F. Grayscale: #8D8D8D. Windows color (decimal): -829040 or 9460211. OLE color: 9460211.

HSL color Cylindrical-coordinate representation of color #F35990: hue angle of 338.57º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35990 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 89 144 -
CMYK 0 0.63 0.41 0.05
HSL 338.57º 0.87% 0.65% -
HSV(B) 338.57º 0.63% 0.95% -
XYZ 45.57 28.21 29.43 -
YUV 141.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 243 89 144 0 0.63 0.41 0.05 338.57 0.87 0.65
Hex F3 59 90 0 3F 29 5 153 57 41
Octal 363 131 220 0 77 51 5 523 127 101
Binary 11110011 1011001 10010000 0 111111 101001 101 101010011 1010111 1000001

Color Harmonies of #F35990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35990

Black with #F35990

Text Example


Text Example

White with #F35990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35990; }

 p { color: rgb(243,89,144); }

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

background-color css

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

 a { background-color: rgb(243,89,144); }

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

border-color css

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

 span { border-color: rgb(243,89,144); }

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