Html Css Color HEX #F38289 Carissma

📋 copy color: '#F38289'

red 243 ◦ green 130 ◦ blue 137

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

Shades of Carissma #F38289

Tints of Carissma #F38289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.86%

R = 47.65%
G = 25.49%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F38289 (or 0xF38289) is known color: Carissma. HEX triplet: F3, 82 and 89. RGB value is (243,130,137). Sum of RGB (Red+Green+Blue) = 243+130+137=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F38289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38289 is #0C7D76. Grayscale: #A4A4A4. Windows color (decimal): -818551 or 9011955. OLE color: 9011955.

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

Color convert

RGB 243 130 137 -
CMYK 0 0.47 0.44 0.05
HSL 356.28º 0.82% 0.73% -
HSV(B) 356.28º 0.47% 0.95% -
XYZ 49.46 36.83 28.17 -
YUV 164.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 243 130 137 0 0.47 0.44 0.05 356.28 0.82 0.73
Hex F3 82 89 0 2F 2C 5 164 52 49
Octal 363 202 211 0 57 54 5 544 122 111
Binary 11110011 10000010 10001001 0 101111 101100 101 101100100 1010010 1001001

Color Harmonies of #F38289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38289

Black with #F38289

Text Example


Text Example

White with #F38289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38289; }

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

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

background-color css

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

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

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

border-color css

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

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

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