Html Css Color HEX #F34C98 French Rose

📋 copy color: '#F34C98'

red 243 ◦ green 76 ◦ blue 152

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

Shades of French Rose #F34C98

Tints of French Rose #F34C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.14%

 BLUE value IS 152 (59.77% from 255) = 32.27%

R = 51.59%
G = 16.14%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F34C98 (or 0xF34C98) is known color: French Rose. HEX triplet: F3, 4C and 98. RGB value is (243,76,152). Sum of RGB (Red+Green+Blue) = 243+76+152=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34C98 is #0CB367. Grayscale: #868686. Windows color (decimal): -832360 or 9981171. OLE color: 9981171.

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

Color convert

RGB 243 76 152 -
CMYK 0 0.69 0.37 0.05
HSL 332.69º 0.87% 0.63% -
HSV(B) 332.69º 0.69% 0.95% -
XYZ 45.21 26.49 32.44 -
YUV 134.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 243 76 152 0 0.69 0.37 0.05 332.69 0.87 0.63
Hex F3 4C 98 0 45 25 5 14D 57 3F
Octal 363 114 230 0 105 45 5 515 127 77
Binary 11110011 1001100 10011000 0 1000101 100101 101 101001101 1010111 111111

Color Harmonies of #F34C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34C98

Black with #F34C98

Text Example


Text Example

White with #F34C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34C98; }

 p { color: rgb(243,76,152); }

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

background-color css

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

 a { background-color: rgb(243,76,152); }

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

border-color css

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

 span { border-color: rgb(243,76,152); }

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