Html Css Color HEX #F87690 Carissma

📋 copy color: '#F87690'

red 248 ◦ green 118 ◦ blue 144

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

Shades of Carissma #F87690

Tints of Carissma #F87690

RGB

 RED value IS 248 (97.27% from 255) = 48.63%

 GREEN value IS 118 (46.48% from 255) = 23.14%

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

R = 48.63%
G = 23.14%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F87690 (or 0xF87690) is known color: Carissma. HEX triplet: F8, 76 and 90. RGB value is (248,118,144). Sum of RGB (Red+Green+Blue) = 248+118+144=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F87690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87690 is #07896F. Grayscale: #9F9F9F. Windows color (decimal): -493936 or 9467640. OLE color: 9467640.

HSL color Cylindrical-coordinate representation of color #F87690: hue angle of 348º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F87690 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 118 144 -
CMYK 0 0.52 0.42 0.03
HSL 348º 0.9% 0.72% -
HSV(B) 348º 0.52% 0.97% -
XYZ 50.22 34.93 30.48 -
YUV 159.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 248 118 144 0 0.52 0.42 0.03 348 0.9 0.72
Hex F8 76 90 0 34 2A 3 15C 5A 48
Octal 370 166 220 0 64 52 3 534 132 110
Binary 11111000 1110110 10010000 0 110100 101010 11 101011100 1011010 1001000

Color Harmonies of #F87690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87690

Black with #F87690

Text Example


Text Example

White with #F87690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87690; }

 p { color: rgb(248,118,144); }

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

background-color css

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

 a { background-color: rgb(248,118,144); }

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

border-color css

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

 span { border-color: rgb(248,118,144); }

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