Html Css Color HEX #F98085 Carissma

📋 copy color: '#F98085'

red 249 ◦ green 128 ◦ blue 133

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

Shades of Carissma #F98085

Tints of Carissma #F98085

RGB

 RED value IS 249 (97.66% from 255) = 48.82%

 GREEN value IS 128 (50.39% from 255) = 25.1%

 BLUE value IS 133 (52.34% from 255) = 26.08%

R = 48.82%
G = 25.1%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F98085 (or 0xF98085) is known color: Carissma. HEX triplet: F9, 80 and 85. RGB value is (249,128,133). Sum of RGB (Red+Green+Blue) = 249+128+133=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F98085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98085 is #067F7A. Grayscale: #A4A4A4. Windows color (decimal): -425851 or 8749305. OLE color: 8749305.

HSL color Cylindrical-coordinate representation of color #F98085: hue angle of 357.52º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F98085 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 128 133 -
CMYK 0 0.49 0.47 0.02
HSL 357.52º 0.91% 0.74% -
HSV(B) 357.52º 0.49% 0.98% -
XYZ 51.02 37.27 26.7 -
YUV 164.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 249 128 133 0 0.49 0.47 0.02 357.52 0.91 0.74
Hex F9 80 85 0 31 2F 2 166 5B 4A
Octal 371 200 205 0 61 57 2 546 133 112
Binary 11111001 10000000 10000101 0 110001 101111 10 101100110 1011011 1001010

Color Harmonies of #F98085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98085

Black with #F98085

Text Example


Text Example

White with #F98085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98085; }

 p { color: rgb(249,128,133); }

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

background-color css

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

 a { background-color: rgb(249,128,133); }

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

border-color css

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

 span { border-color: rgb(249,128,133); }

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