Html Css Color HEX #F38290 Carissma

📋 copy color: '#F38290'

red 243 ◦ green 130 ◦ blue 144

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

Shades of Carissma #F38290

Tints of Carissma #F38290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.85%

R = 47%
G = 25.15%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F38290 (or 0xF38290) is known color: Carissma. HEX triplet: F3, 82 and 90. RGB value is (243,130,144). Sum of RGB (Red+Green+Blue) = 243+130+144=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F38290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38290 is #0C7D6F. Grayscale: #A5A5A5. Windows color (decimal): -818544 or 9470707. OLE color: 9470707.

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

Color convert

RGB 243 130 144 -
CMYK 0 0.47 0.41 0.05
HSL 352.57º 0.82% 0.73% -
HSV(B) 352.57º 0.47% 0.95% -
XYZ 49.98 37.03 30.9 -
YUV 165.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 243 130 144 0 0.47 0.41 0.05 352.57 0.82 0.73
Hex F3 82 90 0 2F 29 5 161 52 49
Octal 363 202 220 0 57 51 5 541 122 111
Binary 11110011 10000010 10010000 0 101111 101001 101 101100001 1010010 1001001

Color Harmonies of #F38290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38290

Black with #F38290

Text Example


Text Example

White with #F38290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38290; }

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

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

background-color css

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

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

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

border-color css

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

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

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