Html Css Color HEX #F1769A Carissma

📋 copy color: '#F1769A'

red 241 ◦ green 118 ◦ blue 154

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

Shades of Carissma #F1769A

Tints of Carissma #F1769A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.02%

R = 46.98%
G = 23%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1769A (or 0xF1769A) is known color: Carissma. HEX triplet: F1, 76 and 9A. RGB value is (241,118,154). Sum of RGB (Red+Green+Blue) = 241+118+154=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1769A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1769A is #0E8965. Grayscale: #9E9E9E. Windows color (decimal): -952678 or 10122993. OLE color: 10122993.

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

Color convert

RGB 241 118 154 -
CMYK 0 0.51 0.36 0.05
HSL 342.44º 0.81% 0.7% -
HSV(B) 342.44º 0.51% 0.95% -
XYZ 48.59 33.99 34.57 -
YUV 158.88 125.25 186.57 -
System Red Green Blue C M Y K H S L
Decimal 241 118 154 0 0.51 0.36 0.05 342.44 0.81 0.7
Hex F1 76 9A 0 33 24 5 156 51 46
Octal 361 166 232 0 63 44 5 526 121 106
Binary 11110001 1110110 10011010 0 110011 100100 101 101010110 1010001 1000110

Color Harmonies of #F1769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1769A

Black with #F1769A

Text Example


Text Example

White with #F1769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1769A; }

 p { color: rgb(241,118,154); }

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

background-color css

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

 a { background-color: rgb(241,118,154); }

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

border-color css

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

 span { border-color: rgb(241,118,154); }

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