Html Css Color HEX #F17A8A Carissma

📋 copy color: '#F17A8A'

red 241 ◦ green 122 ◦ blue 138

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

Shades of Carissma #F17A8A

Tints of Carissma #F17A8A

RGB

 RED value IS 241 (94.53% from 255) = 48.1%

 GREEN value IS 122 (48.05% from 255) = 24.35%

 BLUE value IS 138 (54.3% from 255) = 27.54%

R = 48.1%
G = 24.35%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F17A8A (or 0xF17A8A) is known color: Carissma. HEX triplet: F1, 7A and 8A. RGB value is (241,122,138). Sum of RGB (Red+Green+Blue) = 241+122+138=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17A8A is #0E8575. Grayscale: #9F9F9F. Windows color (decimal): -951670 or 9075441. OLE color: 9075441.

HSL color Cylindrical-coordinate representation of color #F17A8A: hue angle of 351.93º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17A8A is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 122 138 -
CMYK 0 0.49 0.43 0.05
HSL 351.93º 0.81% 0.71% -
HSV(B) 351.93º 0.49% 0.95% -
XYZ 47.82 34.45 28.17 -
YUV 159.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 241 122 138 0 0.49 0.43 0.05 351.93 0.81 0.71
Hex F1 7A 8A 0 31 2B 5 160 51 47
Octal 361 172 212 0 61 53 5 540 121 107
Binary 11110001 1111010 10001010 0 110001 101011 101 101100000 1010001 1000111

Color Harmonies of #F17A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17A8A

Black with #F17A8A

Text Example


Text Example

White with #F17A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17A8A; }

 p { color: rgb(241,122,138); }

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

background-color css

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

 a { background-color: rgb(241,122,138); }

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

border-color css

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

 span { border-color: rgb(241,122,138); }

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