Html Css Color HEX #F37F85 Carissma

📋 copy color: '#F37F85'

red 243 ◦ green 127 ◦ blue 133

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

Shades of Carissma #F37F85

Tints of Carissma #F37F85

RGB

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

 GREEN value IS 127 (50% from 255) = 25.25%

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

R = 48.31%
G = 25.25%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F37F85 (or 0xF37F85) is known color: Carissma. HEX triplet: F3, 7F and 85. RGB value is (243,127,133). Sum of RGB (Red+Green+Blue) = 243+127+133=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37F85 is #0C807A. Grayscale: #A2A2A2. Windows color (decimal): -819323 or 8749043. OLE color: 8749043.

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

Color convert

RGB 243 127 133 -
CMYK 0 0.48 0.45 0.05
HSL 356.9º 0.83% 0.73% -
HSV(B) 356.9º 0.48% 0.95% -
XYZ 48.79 35.93 26.55 -
YUV 162.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 243 127 133 0 0.48 0.45 0.05 356.9 0.83 0.73
Hex F3 7F 85 0 30 2D 5 165 53 49
Octal 363 177 205 0 60 55 5 545 123 111
Binary 11110011 1111111 10000101 0 110000 101101 101 101100101 1010011 1001001

Color Harmonies of #F37F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37F85

Black with #F37F85

Text Example


Text Example

White with #F37F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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