Html Css Color HEX #F35C55 Flamingo

📋 copy color: '#F35C55'

red 243 ◦ green 92 ◦ blue 85

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

Shades of Flamingo #F35C55

Tints of Flamingo #F35C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.24%

R = 57.86%
G = 21.9%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F35C55 (or 0xF35C55) is known color: Flamingo. HEX triplet: F3, 5C and 55. RGB value is (243,92,85). Sum of RGB (Red+Green+Blue) = 243+92+85=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35C55 is #0CA3AA. Grayscale: #888888. Windows color (decimal): -828331 or 5594355. OLE color: 5594355.

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

Color convert

RGB 243 92 85 -
CMYK 0 0.62 0.65 0.05
HSL 2.66º 0.87% 0.64% -
HSV(B) 2.66º 0.65% 0.95% -
XYZ 42.43 27.36 11.64 -
YUV 136.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 243 92 85 0 0.62 0.65 0.05 2.66 0.87 0.64
Hex F3 5C 55 0 3E 41 5 3 57 40
Octal 363 134 125 0 76 101 5 3 127 100
Binary 11110011 1011100 1010101 0 111110 1000001 101 11 1010111 1000000

Color Harmonies of #F35C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35C55

Black with #F35C55

Text Example


Text Example

White with #F35C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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