Html Css Color HEX #F3828B Carissma

📋 copy color: '#F3828B'

red 243 ◦ green 130 ◦ blue 139

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

Shades of Carissma #F3828B

Tints of Carissma #F3828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 47.46%
G = 25.39%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3828B (or 0xF3828B) is known color: Carissma. HEX triplet: F3, 82 and 8B. RGB value is (243,130,139). Sum of RGB (Red+Green+Blue) = 243+130+139=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3828B is #0C7D74. Grayscale: #A4A4A4. Windows color (decimal): -818549 or 9143027. OLE color: 9143027.

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

Color convert

RGB 243 130 139 -
CMYK 0 0.47 0.43 0.05
HSL 355.22º 0.82% 0.73% -
HSV(B) 355.22º 0.47% 0.95% -
XYZ 49.6 36.88 28.93 -
YUV 164.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 243 130 139 0 0.47 0.43 0.05 355.22 0.82 0.73
Hex F3 82 8B 0 2F 2B 5 163 52 49
Octal 363 202 213 0 57 53 5 543 122 111
Binary 11110011 10000010 10001011 0 101111 101011 101 101100011 1010010 1001001

Color Harmonies of #F3828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3828B

Black with #F3828B

Text Example


Text Example

White with #F3828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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