Html Css Color HEX #F3828C Carissma

📋 copy color: '#F3828C'

red 243 ◦ green 130 ◦ blue 140

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

Shades of Carissma #F3828C

Tints of Carissma #F3828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.29%

R = 47.37%
G = 25.34%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F3828C (or 0xF3828C) is known color: Carissma. HEX triplet: F3, 82 and 8C. RGB value is (243,130,140). Sum of RGB (Red+Green+Blue) = 243+130+140=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F3828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3828C is #0C7D73. Grayscale: #A5A5A5. Windows color (decimal): -818548 or 9208563. OLE color: 9208563.

HSL color Cylindrical-coordinate representation of color #F3828C: hue angle of 354.69º 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 #F3828C is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 130 140 -
CMYK 0 0.47 0.42 0.05
HSL 354.69º 0.82% 0.73% -
HSV(B) 354.69º 0.47% 0.95% -
XYZ 49.68 36.91 29.32 -
YUV 164.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 243 130 140 0 0.47 0.42 0.05 354.69 0.82 0.73
Hex F3 82 8C 0 2F 2A 5 163 52 49
Octal 363 202 214 0 57 52 5 543 122 111
Binary 11110011 10000010 10001100 0 101111 101010 101 101100011 1010010 1001001

Color Harmonies of #F3828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3828C

Black with #F3828C

Text Example


Text Example

White with #F3828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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