Html Css Color HEX #F35C8D French Rose

📋 copy color: '#F35C8D'

red 243 ◦ green 92 ◦ blue 141

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

Shades of French Rose #F35C8D

Tints of French Rose #F35C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.33%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 51.05%
G = 19.33%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F35C8D (or 0xF35C8D) is known color: French Rose. HEX triplet: F3, 5C and 8D. RGB value is (243,92,141). Sum of RGB (Red+Green+Blue) = 243+92+141=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35C8D is #0CA372. Grayscale: #8E8E8E. Windows color (decimal): -828275 or 9264371. OLE color: 9264371.

HSL color Cylindrical-coordinate representation of color #F35C8D: hue angle of 340.53º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35C8D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 92 141 -
CMYK 0 0.62 0.42 0.05
HSL 340.53º 0.86% 0.66% -
HSV(B) 340.53º 0.62% 0.95% -
XYZ 45.6 28.63 28.32 -
YUV 142.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 243 92 141 0 0.62 0.42 0.05 340.53 0.86 0.66
Hex F3 5C 8D 0 3E 2A 5 155 56 42
Octal 363 134 215 0 76 52 5 525 126 102
Binary 11110011 1011100 10001101 0 111110 101010 101 101010101 1010110 1000010

Color Harmonies of #F35C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35C8D

Black with #F35C8D

Text Example


Text Example

White with #F35C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35C8D; }

 p { color: rgb(243,92,141); }

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

background-color css

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

 a { background-color: rgb(243,92,141); }

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

border-color css

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

 span { border-color: rgb(243,92,141); }

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