Html Css Color HEX #F34F90 French Rose

📋 copy color: '#F34F90'

red 243 ◦ green 79 ◦ blue 144

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

Shades of French Rose #F34F90

Tints of French Rose #F34F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.95%

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

R = 52.15%
G = 16.95%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F34F90 (or 0xF34F90) is known color: French Rose. HEX triplet: F3, 4F and 90. RGB value is (243,79,144). Sum of RGB (Red+Green+Blue) = 243+79+144=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34F90 is #0CB06F. Grayscale: #878787. Windows color (decimal): -831600 or 9457651. OLE color: 9457651.

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

Color convert

RGB 243 79 144 -
CMYK 0 0.67 0.41 0.05
HSL 336.22º 0.87% 0.63% -
HSV(B) 336.22º 0.67% 0.95% -
XYZ 44.79 26.66 29.17 -
YUV 135.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 243 79 144 0 0.67 0.41 0.05 336.22 0.87 0.63
Hex F3 4F 90 0 43 29 5 150 57 3F
Octal 363 117 220 0 103 51 5 520 127 77
Binary 11110011 1001111 10010000 0 1000011 101001 101 101010000 1010111 111111

Color Harmonies of #F34F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34F90

Black with #F34F90

Text Example


Text Example

White with #F34F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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