Html Css Color HEX #F98194 Carissma

📋 copy color: '#F98194'

red 249 ◦ green 129 ◦ blue 148

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

Shades of Carissma #F98194

Tints of Carissma #F98194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.52%

 BLUE value IS 148 (58.2% from 255) = 28.14%

R = 47.34%
G = 24.52%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F98194 (or 0xF98194) is known color: Carissma. HEX triplet: F9, 81 and 94. RGB value is (249,129,148). Sum of RGB (Red+Green+Blue) = 249+129+148=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F98194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98194 is #067E6B. Grayscale: #A7A7A7. Windows color (decimal): -425580 or 9732601. OLE color: 9732601.

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

Color convert

RGB 249 129 148 -
CMYK 0 0.48 0.41 0.02
HSL 350.5º 0.91% 0.74% -
HSV(B) 350.5º 0.48% 0.98% -
XYZ 52.26 37.98 32.59 -
YUV 167.05 117.26 186.46 -
System Red Green Blue C M Y K H S L
Decimal 249 129 148 0 0.48 0.41 0.02 350.5 0.91 0.74
Hex F9 81 94 0 30 29 2 15E 5B 4A
Octal 371 201 224 0 60 51 2 536 133 112
Binary 11111001 10000001 10010100 0 110000 101001 10 101011110 1011011 1001010

Color Harmonies of #F98194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98194

Black with #F98194

Text Example


Text Example

White with #F98194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98194; }

 p { color: rgb(249,129,148); }

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

background-color css

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

 a { background-color: rgb(249,129,148); }

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

border-color css

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

 span { border-color: rgb(249,129,148); }

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