Html Css Color HEX #F1768F Carissma

📋 copy color: '#F1768F'

red 241 ◦ green 118 ◦ blue 143

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

Shades of Carissma #F1768F

Tints of Carissma #F1768F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.49%

R = 48.01%
G = 23.51%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1768F (or 0xF1768F) is known color: Carissma. HEX triplet: F1, 76 and 8F. RGB value is (241,118,143). Sum of RGB (Red+Green+Blue) = 241+118+143=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1768F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1768F is #0E8970. Grayscale: #9D9D9D. Windows color (decimal): -952689 or 9402097. OLE color: 9402097.

HSL color Cylindrical-coordinate representation of color #F1768F: hue angle of 347.8º 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 #F1768F is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 118 143 -
CMYK 0 0.51 0.41 0.05
HSL 347.8º 0.81% 0.7% -
HSV(B) 347.8º 0.51% 0.95% -
XYZ 47.71 33.64 29.97 -
YUV 157.63 119.75 187.47 -
System Red Green Blue C M Y K H S L
Decimal 241 118 143 0 0.51 0.41 0.05 347.8 0.81 0.7
Hex F1 76 8F 0 33 29 5 15C 51 46
Octal 361 166 217 0 63 51 5 534 121 106
Binary 11110001 1110110 10001111 0 110011 101001 101 101011100 1010001 1000110

Color Harmonies of #F1768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1768F

Black with #F1768F

Text Example


Text Example

White with #F1768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1768F; }

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

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

background-color css

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

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

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

border-color css

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

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

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