Html Css Color HEX #F68290 Carissma

📋 copy color: '#F68290'

red 246 ◦ green 130 ◦ blue 144

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

Shades of Carissma #F68290

Tints of Carissma #F68290

RGB

 RED value IS 246 (96.48% from 255) = 47.31%

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

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

R = 47.31%
G = 25%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F68290 (or 0xF68290) is known color: Carissma. HEX triplet: F6, 82 and 90. RGB value is (246,130,144). Sum of RGB (Red+Green+Blue) = 246+130+144=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F68290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68290 is #097D6F. Grayscale: #A6A6A6. Windows color (decimal): -621936 or 9470710. OLE color: 9470710.

HSL color Cylindrical-coordinate representation of color #F68290: hue angle of 352.76º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F68290 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 130 144 -
CMYK 0 0.47 0.41 0.04
HSL 352.76º 0.87% 0.74% -
HSV(B) 352.76º 0.47% 0.96% -
XYZ 51.02 37.57 30.95 -
YUV 166.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 246 130 144 0 0.47 0.41 0.04 352.76 0.87 0.74
Hex F6 82 90 0 2F 29 4 161 57 4A
Octal 366 202 220 0 57 51 4 541 127 112
Binary 11110110 10000010 10010000 0 101111 101001 100 101100001 1010111 1001010

Color Harmonies of #F68290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68290

Black with #F68290

Text Example


Text Example

White with #F68290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68290; }

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

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

background-color css

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

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

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

border-color css

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

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

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