Html Css Color HEX #F38283 Carissma

📋 copy color: '#F38283'

red 243 ◦ green 130 ◦ blue 131

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

Shades of Carissma #F38283

Tints of Carissma #F38283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.79%

 BLUE value IS 131 (51.56% from 255) = 25.99%

R = 48.21%
G = 25.79%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F38283 (or 0xF38283) is known color: Carissma. HEX triplet: F3, 82 and 83. RGB value is (243,130,131). Sum of RGB (Red+Green+Blue) = 243+130+131=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F38283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38283 is #0C7D7C. Grayscale: #A4A4A4. Windows color (decimal): -818557 or 8618739. OLE color: 8618739.

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

Color convert

RGB 243 130 131 -
CMYK 0 0.47 0.46 0.05
HSL 359.47º 0.82% 0.73% -
HSV(B) 359.47º 0.47% 0.95% -
XYZ 49.04 36.66 25.96 -
YUV 163.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 243 130 131 0 0.47 0.46 0.05 359.47 0.82 0.73
Hex F3 82 83 0 2F 2E 5 167 52 49
Octal 363 202 203 0 57 56 5 547 122 111
Binary 11110011 10000010 10000011 0 101111 101110 101 101100111 1010010 1001001

Color Harmonies of #F38283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38283

Black with #F38283

Text Example


Text Example

White with #F38283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38283; }

 p { color: rgb(243,130,131); }

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

background-color css

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

 a { background-color: rgb(243,130,131); }

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

border-color css

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

 span { border-color: rgb(243,130,131); }

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