#F67F94

Color #F67F94 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #F67F94

Tints of Carissma #F67F94

Color information

#F67F94 (or 0xF67F94) is unknown color: approx Carissma. HEX triplet: F6, 7F and 94. RGB value is (246,127,148). Sum of RGB (Red+Green+Blue) = 246+127+148=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67F94 is #09806B. Grayscale: #A5A5A5. Windows color (decimal): -622700 or 9732086. OLE color: 9732086.

HSL color Cylindrical-coordinate representation of color #F67F94: hue angle of 349.41º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F67F94 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB246127148-
CMYK00.480.400.04
HSL349.41º86.86%73.14%-
HSV(B)349.41º48.37%96.47%-
XYZ50.9436.9132.46-
YUV164.98118.42185.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.22%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 148 (58.20% from 255) = 28.41%
R=47.22%
G=24.38%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612714800.480.400.04349.4186.8673.14
HexF67F9403028415d5749
Octal366177224060504535127111
Binary11110110111111110010100011000010100010010101110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67F94; }

 p { color: rgb(246,127,148); }

 H1.HeaderClassName
 {
   color: #F67F94;
 }
 .AnyTagClassName
 {
   color: #F67F94;
 }
</style>
background-color css

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

 a { background-color: rgb(246,127,148); }

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

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

 span { border-color: rgb(246,127,148); }

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