Html Css Color HEX #F3828A Carissma

📋 copy color: '#F3828A'

red 243 ◦ green 130 ◦ blue 138

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

Shades of Carissma #F3828A

Tints of Carissma #F3828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 47.55%
G = 25.44%
B = 27.01%

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

#F3828A (or 0xF3828A) is known color: Carissma. HEX triplet: F3, 82 and 8A. RGB value is (243,130,138). Sum of RGB (Red+Green+Blue) = 243+130+138=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F3828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3828A is #0C7D75. Grayscale: #A4A4A4. Windows color (decimal): -818550 or 9077491. OLE color: 9077491.

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

Color convert

RGB 243 130 138 -
CMYK 0 0.47 0.43 0.05
HSL 355.75º 0.82% 0.73% -
HSV(B) 355.75º 0.47% 0.95% -
XYZ 49.53 36.85 28.55 -
YUV 164.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 243 130 138 0 0.47 0.43 0.05 355.75 0.82 0.73
Hex F3 82 8A 0 2F 2B 5 164 52 49
Octal 363 202 212 0 57 53 5 544 122 111
Binary 11110011 10000010 10001010 0 101111 101011 101 101100100 1010010 1001001

Color Harmonies of #F3828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3828A

Black with #F3828A

Text Example


Text Example

White with #F3828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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