Html Css Color HEX #F35385 French Rose

📋 copy color: '#F35385'

red 243 ◦ green 83 ◦ blue 133

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

Shades of French Rose #F35385

Tints of French Rose #F35385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.08%

 BLUE value IS 133 (52.34% from 255) = 28.98%

R = 52.94%
G = 18.08%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F35385 (or 0xF35385) is known color: French Rose. HEX triplet: F3, 53 and 85. RGB value is (243,83,133). Sum of RGB (Red+Green+Blue) = 243+83+133=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F35385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35385 is #0CAC7A. Grayscale: #888888. Windows color (decimal): -830587 or 8737779. OLE color: 8737779.

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

Color convert

RGB 243 83 133 -
CMYK 0 0.66 0.45 0.05
HSL 341.25º 0.87% 0.64% -
HSV(B) 341.25º 0.66% 0.95% -
XYZ 44.29 26.93 25.05 -
YUV 136.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 243 83 133 0 0.66 0.45 0.05 341.25 0.87 0.64
Hex F3 53 85 0 42 2D 5 155 57 40
Octal 363 123 205 0 102 55 5 525 127 100
Binary 11110011 1010011 10000101 0 1000010 101101 101 101010101 1010111 1000000

Color Harmonies of #F35385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35385

Black with #F35385

Text Example


Text Example

White with #F35385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35385; }

 p { color: rgb(243,83,133); }

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

background-color css

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

 a { background-color: rgb(243,83,133); }

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

border-color css

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

 span { border-color: rgb(243,83,133); }

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